tenseleyflow/ndotfiles / 495561d

Browse files

swap these right this time

Authored by mfwolffe <wolffemf@dukes.jmu.edu>
SHA
495561dc49970866220efc3b1a86853ff40946ab
Parents
66614b5
Tree
f87a92e

2 changed files

StatusFile+-
M ghostty/config 2 2
M wezterm/wezterm.lua 2 2
ghostty/configmodified
@@ -29,8 +29,8 @@ keybind = ctrl+shift+tab=previous_tab
2929
 
3030
 # ===== PANE/SPLIT MANAGEMENT =====
3131
 # Create splits
32
-keybind = super+backslash=new_split:down
33
-keybind = super+shift+backslash=new_split:right
32
+keybind = super+backslash=new_split:right
33
+keybind = super+shift+backslash=new_split:down
3434
 keybind = ctrl+shift+x=close_surface
3535
 
3636
 # Navigate panes
wezterm/wezterm.luamodified
@@ -309,12 +309,12 @@ config.keys = {
309309
   {
310310
     key = "\\",
311311
     mods = "CMD",
312
-    action = wezterm.action.SplitHorizontal { domain = "CurrentPaneDomain" },
312
+    action = wezterm.action.SplitVertical { domain = "CurrentPaneDomain" },
313313
   },
314314
   {
315315
     key = "\\",
316316
     mods = "CMD|SHIFT",
317
-    action = wezterm.action.SplitVertical { domain = "CurrentPaneDomain" },
317
+    action = wezterm.action.SplitHorizontal { domain = "CurrentPaneDomain" },
318318
   },
319319
 
320320
   -- navigation..