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 6c4f3b3e80180082a5be7d83c59044bce4dff82e
parent 93b67e8cfc73e0bbb36a7ca98d3ed3b045905df4
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Sat, 19 Mar 2016 19:03:51 -0700

add fix next-layout and rotate-window bindings

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

diff --git a/.tmux.conf b/.tmux.conf @@ -170,5 +170,5 @@ set -g message-attr bright bind-key u capture-pane \; save-buffer /tmp/active_tmux_buffer \; new-window -n urlview '$SHELL -c "urlview < /tmp/active_tmux_buffer && rm /tmp/active_tmux_buffer"' # cycle between preset layouts. select specific presets with select-layout <n> -bind -r n next-layout -bind -r r rotate-layout +bind-key -r n next-layout +bind-key -r r rotate-window