mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 22:13:19 -07:00
gotta revert this one bit; it won't work on BSD for now
This commit is contained in:
parent
8107b79d6d
commit
504867b669
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ bind $ screen -t status 0 byobu-status-detail # ctrl-a $ | show detailed statu
|
|||
bind @ screen -t config 0 byobu-config # ctrl-a @ | Configuration
|
||||
bind R process r # ctrl-a R | Reload profile
|
||||
register s "^a[g G$>^h" # Goes with ^a~ definition
|
||||
bind ~ eval 'process s' 'exec $(which gsed || printf sed) -i -e "/./,/^$/!d" /var/run/screen/S-$USER/byobu-exchange' 'echo "See: /var/run/screen/S-$USER/byobu-exchange"' # ctrl-a ~ | write the buffer to file
|
||||
bind ~ eval 'process s' 'exec sed -i -e "/./,/^$/!d" /var/run/screen/S-$USER/byobu-exchange' 'echo "See: /var/run/screen/S-$USER/byobu-exchange"' # ctrl-a ~ | write the buffer to file
|
||||
|
||||
# toggle f-key keybindings off
|
||||
register d "^a:source $BYOBU_PREFIX/share/byobu/keybindings/screen-escape-keys^M"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue