diff options
Diffstat (limited to 'lib/tmux')
-rw-r--r-- | lib/tmux | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ bind -n S-Left previous-window bind -n S-Right next-window # Set current window pane to 80 columns -bind-key 8 resize-pane -x 80 +bind-key C-8 resize-pane -x 80 # cycle pane layout bind-key N next-layout |