diff options
Diffstat (limited to '.config/tmux/tmux.conf')
| -rw-r--r-- | .config/tmux/tmux.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index ca39f72..48f13e5 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -37,12 +37,18 @@ set -g prefix C-Space unbind C-b bind C-Space send-prefix +unbind C-l + bind C-s split-window -h -c "#{pane_current_path}" bind C-v split-window -v -c "#{pane_current_path}" bind C-w killp bind C-q killw bind C-p previous-window bind C-n next-window +bind h select-pane -L +bind j select-pane -D +bind k select-pane -U +bind l select-pane -R bind -n M-n swap-window -t +1\; select-window -t +1 bind -n M-p swap-window -t -1\; select-window -t -1 bind -n M-h resize-pane -L 5 |
