diff options
Diffstat (limited to 'env/.config/tmux')
| -rwxr-xr-x | env/.config/tmux/tmux.conf | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/env/.config/tmux/tmux.conf b/env/.config/tmux/tmux.conf index b3702ba..7579dd7 100755 --- a/env/.config/tmux/tmux.conf +++ b/env/.config/tmux/tmux.conf @@ -8,7 +8,7 @@ set -g visual-activity off #set -g status-interval 3 unbind C-b -set-option -g prefix C-Space +set-option -g prefix C-space # set vim mode set-window-option -g mode-keys vi @@ -33,15 +33,15 @@ setw -g pane-base-index 1 set -g renumber-windows on # renumber windows when one is closed # nav rebinds -bind -r h select-pane -L -bind -r j select-pane -D -bind -r k select-pane -U -bind -r l select-pane -R +bind -r C-h select-pane -L +bind -r C-j select-pane -D +bind -r C-k select-pane -U +bind -r C-l select-pane -R -bind -r C-h resize-pane -L 5 -bind -r C-j resize-pane -D 5 -bind -r C-k resize-pane -U 5 -bind -r C-l resize-pane -R 5 +bind -r h resize-pane -L 5 +bind -r j resize-pane -D 5 +bind -r k resize-pane -U 5 +bind -r l resize-pane -R 5 bind -r m resize-pane -Z # maximize # pane joining |
