tmux+i3 tweaks

This commit is contained in:
Henrik Bakken
2025-04-04 22:48:03 +02:00
parent f2068ef434
commit 8d16d01f9d
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -104,8 +104,8 @@ bind S split-window -fv -c "#{pane_current_path}"
# Change layouts
bind o rotate-window
bind Space next-layout
bind M-- select-layout even-horizontal
bind M-| select-layout even-vertical
bind = select-layout even-horizontal
bind / select-layout even-vertical
bind K swap-pane -d -t "{up-of}"
bind J swap-pane -d -t "{down-of}"
bind H swap-pane -d -t "{left-of}"