summaryrefslogtreecommitdiff
path: root/tmux/.tmux.conf
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2018-05-04 19:29:27 +0100
committerUrbain Vaes <urbain@vaes.uk>2018-05-04 19:29:27 +0100
commit577c99aca246aa76901b2d75a748dd4307f4a164 (patch)
treedd78095d91d115674368050f6fec0528c0f932e5 /tmux/.tmux.conf
parent19f04c6da57141f2ad8c362fa7051fbe51e3b37a (diff)
Improve kill-word in zsh
Diffstat (limited to 'tmux/.tmux.conf')
-rw-r--r--tmux/.tmux.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf
index 342c275..84a3399 100644
--- a/tmux/.tmux.conf
+++ b/tmux/.tmux.conf
@@ -12,6 +12,9 @@ bind r source-file ~/.tmux.conf
set -sg escape-time 0
set-option -g allow-rename off
+bind C-n next-window
+bind C-p previous-window
+
bind -n C-Left previous-window
bind -n C-Right next-window