got a few more keybindings working

This commit is contained in:
Dustin Kirkland 2011-06-18 23:39:03 -05:00
commit f7a5905384

View file

@ -42,6 +42,9 @@ bind-key -n F8 command-prompt -p "(rename-window)" "rename-window %%"
bind-key -n F9 new-window -a byobu-config bind-key -n F9 new-window -a byobu-config
bind-key -n S-F2 split-window -v bind-key -n S-F2 split-window -v
bind-key -n C-F2 split-window -h bind-key -n C-F2 split-window -h
bind-key -n S-F3 select-pane -L
bind-key -n S-F4 select-pane -R
bind-key -n C-F6 kill-pane
set-option -g set-titles on set-option -g set-titles on
set-option -g set-titles-string '#(whoami)@#H - #S' set-option -g set-titles-string '#(whoami)@#H - #S'
@ -49,6 +52,7 @@ set-option -g set-titles-string '#(whoami)@#H - #S'
set-window-option -g window-status-current-bg red set-window-option -g window-status-current-bg red
set-window-option -g automatic-rename on set-window-option -g automatic-rename on
set-window-option -g aggressive-resize on set-window-option -g aggressive-resize on
#set-window-option -g xterm-keys on
# Must set default-command to $SHELL, in order to not source ~/.profile # Must set default-command to $SHELL, in order to not source ~/.profile
# BUG: Should *not* hardcode /bin/bash here # BUG: Should *not* hardcode /bin/bash here