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 cc46133577ee04e9800a7fd5254e0929b5f5756e
parent 77919515ede312f24576ba351436d46b136835eb
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Fri, 11 May 2018 15:20:58 -0400

Change keybind for window and session switching

Diffstat:
Mlinks/.tmux.conf | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/links/.tmux.conf b/links/.tmux.conf @@ -102,9 +102,8 @@ bind -r n next-window # next window with <C-a>n bind -n -r M-n next-window # next window with <M-n> bind -n -r M-b previous-window # previous window with <M-n> -bind -n C-Space run-shell "tmux list-windows -F \"##I:##W\" | fzf-tmux | cut -d \":\" -f 1 | xargs tmux select-window -t" -bind -n C-Q run-shell "tmux list-sessions -F \"##S\" | fzf-tmux | xargs tmux switch -t" - +bind -n M-, run-shell "tmux list-windows -F \"##I:##W\" | fzf-tmux | cut -d \":\" -f 1 | xargs tmux select-window -t" +bind -n M-. run-shell "tmux list-sessions -F \"##S\" | fzf-tmux | xargs tmux switch -t" #### LAYOUT CHANGING BINDINGS