diff options
author | Urbain Vaes <urbain@vaes.uk> | 2016-10-10 18:55:55 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2016-10-10 18:55:55 +0100 |
commit | 831fccc272518113401b7f62bb23e62afc706e03 (patch) | |
tree | d852501dc338b0dc0a037002ef4fe54496bfab6b /tmux | |
parent | 70537ec9683b3e5db8c76597125fbfae9b51364b (diff) | |
parent | 99587dca308e085b2accb72a89896b5a63cb20e1 (diff) |
Merge changes from brix
Diffstat (limited to 'tmux')
-rw-r--r-- | tmux/.tmux.conf | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 437f8e3..a1b28cb 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -18,8 +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 C-n next-window -bind C-p previous-window - -bind-key -n C-S-Left swap-window -t -1 -bind-key -n C-S-Right swap-window -t +1 +bind-key H swap-window -t -1 +bind-key L swap-window -t +1 |