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 660256912de9df23763f2d98ec83277ec4a6704d
parent 9529a00db64441ef78589877f85fd772cbc31da8
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Sun, 20 Mar 2016 11:11:37 -0700

layout switch with y,Y

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

diff --git a/.tmux.conf b/.tmux.conf @@ -173,6 +173,6 @@ bind-key -r n next-window bind-key -r N previous-window # cycle between preset layouts. select specific presets with select-layout <n> -bind-key -r s next-layout -bind-key -r S previous-layout +bind-key -r y next-layout +bind-key -r Y previous-layout bind-key -r r rotate-window