not sure if I want this in F5 yet or not...

This commit is contained in:
Dustin Kirkland 2013-05-07 22:00:18 -05:00
commit f561a8b832

View file

@ -53,6 +53,7 @@ bind-key -n M-S-Down resize-pane -D
bind-key -n M-S-Left resize-pane -L bind-key -n M-S-Left resize-pane -L
bind-key -n M-S-Right resize-pane -R bind-key -n M-S-Right resize-pane -R
bind-key -n F5 source $BYOBU_PREFIX/share/byobu/profiles/tmuxrc bind-key -n F5 source $BYOBU_PREFIX/share/byobu/profiles/tmuxrc
#bind-key -n F5 source "$BYOBU_PREFIX/share/byobu/profiles/tmuxrc" \; run-shell "$BYOBU_PREFIX/lib/byobu/include/tmux-detach-all-but-current-client"
bind-key -n S-F5 new-window -k "$BYOBU_PREFIX/lib/byobu/include/cycle-status" \; source $BYOBU_PREFIX/share/byobu/profiles/tmuxrc bind-key -n S-F5 new-window -k "$BYOBU_PREFIX/lib/byobu/include/cycle-status" \; source $BYOBU_PREFIX/share/byobu/profiles/tmuxrc
bind-key -n C-F5 send-keys ". $BYOBU_PREFIX/bin/byobu-reconnect-sockets" \; send-keys Enter bind-key -n C-F5 send-keys ". $BYOBU_PREFIX/bin/byobu-reconnect-sockets" \; send-keys Enter
bind-key -n C-S-F5 new-window -d "byobu-select-profile -r" bind-key -n C-S-F5 new-window -d "byobu-select-profile -r"