Add tmux \^a bindings and pane swapping

This commit is contained in:
Hunter Haugen 2012-08-28 14:45:44 -07:00
parent ba87368bb1
commit 38524da979

View file

@ -1,9 +1,9 @@
### screen-like keybindings ### screen-like keybindings
#unbind C-b unbind C-b
#set -g prefix C-a set -g prefix C-a
#bind C-a last-window bind C-a last-window
#bind a send-prefix bind a send-prefix
#bind A command-prompt "rename-window %%" #bind A command-prompt "rename-window %%"
#bind Escape copy-mode #bind Escape copy-mode
@ -25,6 +25,12 @@ bind l select-pane -R
#bind Tab down-pane #bind Tab down-pane
#bind BTab up-pane #bind BTab up-pane
# swapping
#bind Left swap-pane -L
bind Up swap-pane -U
bind Down swap-pane -D
#bind Right swap-pane -R
# Reload key # Reload key
bind r source-file ~/.tmux.conf bind r source-file ~/.tmux.conf