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 648c0981146fd010ddab2b277ad2720102e9d741
parent 6e0b569e7def22585c2ba589f7bfb6633ca77ba2
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Thu, 10 May 2018 15:11:57 -0400

Add M-s binding for last-window

Diffstat:
Mlinks/.tmux.conf | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/links/.tmux.conf b/links/.tmux.conf @@ -96,6 +96,7 @@ bind -n C-l run "(tmux display-message -p '#{pane_current_command}' | grep -iqE 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 -r n next-window # next window with <C-a>n