From f7a5905384c7ef98c2a6c92ae4cfa955db735691 Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Sat, 18 Jun 2011 23:39:03 -0500 Subject: [PATCH] got a few more keybindings working --- usr/share/byobu/profiles/tmux | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/usr/share/byobu/profiles/tmux b/usr/share/byobu/profiles/tmux index 5c291bdb..9a73a588 100644 --- a/usr/share/byobu/profiles/tmux +++ b/usr/share/byobu/profiles/tmux @@ -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 S-F2 split-window -v 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-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 automatic-rename 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 # BUG: Should *not* hardcode /bin/bash here