mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 22:34:23 -07:00
got a few more keybindings working
This commit is contained in:
parent
7b74b9af90
commit
f7a5905384
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue