mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 22:34:23 -07:00
fix buffer capture/processing
This commit is contained in:
parent
29693c114b
commit
34e2304c38
1 changed files with 2 additions and 1 deletions
|
@ -37,7 +37,8 @@ bindkey -k F2 lockscreen # F12 | Lock this terminal
|
|||
bind $ screen -t status 0 byobu-status-detail # ctrl-a $ | show detailed status
|
||||
bind @ screen -t config 0 byobu-config # ctrl-a @ | Configuration
|
||||
bind R process r # ctrl-a R | Reload profile
|
||||
bind ~ eval writebuf 'exec sed -i "/./,/^$/!d" /var/run/screen/S-$USER/byobu-exchange' # ctrl-a ~ | write the buffer to file
|
||||
register s "^a[g G$>^h" # Goes with ^a~ definition
|
||||
bind ~ eval 'process s' 'exec sed -i "/./,/^$/!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 /usr/share/byobu/keybindings/screen-escape-keys^M"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue