diff options
author | Urbain Vaes <urbain@vaes.uk> | 2017-09-20 20:24:45 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2017-10-14 16:29:00 +0200 |
commit | 95fb4377d328e428f5e07ff154e06780e4166ece (patch) | |
tree | 408e68e50dc0059d587a7b93ad3703e0e834dc7e /tmux/.tmux.conf | |
parent | a8224fda63571be856a0353903e6d7d1cbff45cb (diff) |
[vim] Make minor changes
Diffstat (limited to 'tmux/.tmux.conf')
-rw-r--r-- | tmux/.tmux.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index a1b28cb..1954f8d 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -18,5 +18,5 @@ bind -n C-j if-shell "$is_vim" "send-keys C-j" "select-pane -D" bind -n C-k if-shell "$is_vim" "send-keys C-k" "select-pane -U" bind -n C-l if-shell "$is_vim" "send-keys C-l" "select-pane -R" -bind-key H swap-window -t -1 -bind-key L swap-window -t +1 +bind-key P swap-window -t -1 +bind-key N swap-window -t +1 |