Create comfortable home office setup

This commit is contained in:
2020-04-08 12:51:57 +02:00
parent 52c33cce79
commit dbcb96e2c2
7 changed files with 31 additions and 19 deletions

View File

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