fix(smart-splits): fix inconsistencies in smart-splits plugin

This commit is contained in:
2025-03-19 21:03:27 -04:00
parent f8a152e25f
commit f647201604
2 changed files with 19 additions and 2 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ SMART_SPLITS.apply_to_config(CONFIG, {
},
-- modifier keys to combine with direction_keys
modifiers = {
move = "CTRL|SHIFT", -- modifier to use for pane movement
move = "CTRL", -- modifier to use for pane movement
resize = "ALT", -- modifier to use for pane resize
},
})