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 3c2114b6131fa2eb4b9ea713cde1038f2833cb6f
parent 1c1deba7373049efc78ac4ec2a1434e1f5fbf358
Author: Anders Damsgaard <andersd@riseup.net>
Date:   Sat, 18 Nov 2017 09:09:58 -0500

add binding to swap (move) tmux windows

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

diff --git a/links/.tmux.conf b/links/.tmux.conf @@ -83,6 +83,8 @@ bind-key -r y next-layout # cycle to next pane layout with <C-a bind-key -r Y previous-layout # cycle to previous pane layout with <C-a>Y bind-key -r r rotate-window # rotate panes with <C-a>r +bind-key Left swap-window -t -1 +bind-key Right swap-window -t -1 #### CLIPBOARD