Move from vertical splits to horizontal splits

This commit is contained in:
2020-03-29 17:29:12 +02:00
parent 913116c383
commit 52c33cce79
10 changed files with 19 additions and 708 deletions

View File

@@ -26,7 +26,7 @@ bind l select-pane -R
# equalize splits with x
unbind space
bind x select-layout even-horizontal
bind x select-layout even-vertical
# window switching
unbind n
@@ -40,7 +40,7 @@ bind-key n command-prompt "rename-window '%%'"
# change kill window bind
unbind &
bind k killp
bind k kill-session
# force a reload of the config file
unbind r