dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 5688919d937162e8a70573aeeafd166558fe1a75
parent f11804bb51f7fe56ef345dfe77faa0e0a3e81585
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Wed, 14 Aug 2019 10:52:21 +0200

Change window and pane switching binds

Diffstat:
M.tmux.conf | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.tmux.conf b/.tmux.conf @@ -97,8 +97,8 @@ bind -n M-0 select-window -t :=10 bind C-s last-window # go to last window with <C-a><C-s> bind C-a last-pane # go to last pane with <C-a><C-a> -bind -n M-s last-window # go to last pane with M-s -bind -n M-a last-pane # go to last pane with M-a +bind -n M-Tab last-window # go to last pane with M-Tab +bind -n M-s last-pane # go to last pane with M-s bind -r n next-window # next window with <C-a>n bind -r b previous-window # next window with <C-a>p bind -n -r M-n next-window # next window with <M-n>