mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-23 06:36:17 -07:00
usr/share/byobu/keybindings/f-keys,
usr/share/byobu/keybindings/screen-escape-keys: drop the -k arg to bindkey, doesn't seem to be working
This commit is contained in:
parent
82bfed5158
commit
e4840cfe84
3 changed files with 18 additions and 16 deletions
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -1,8 +1,10 @@
|
||||||
byobu (3.16) unreleased; urgency=low
|
byobu (3.16) unreleased; urgency=low
|
||||||
|
|
||||||
* UNRELEASED
|
* usr/share/byobu/keybindings/f-keys,
|
||||||
|
usr/share/byobu/keybindings/screen-escape-keys: drop the -k arg to
|
||||||
|
bindkey, doesn't seem to be working
|
||||||
|
|
||||||
-- Dustin Kirkland <kirkland@ubuntu.com> Tue, 07 Dec 2010 22:19:49 -0600
|
-- Dustin Kirkland <kirkland@ubuntu.com> Wed, 08 Dec 2010 08:55:57 -0600
|
||||||
|
|
||||||
byobu (3.15-0ubuntu1) natty; urgency=low
|
byobu (3.15-0ubuntu1) natty; urgency=low
|
||||||
|
|
||||||
|
|
|
@ -42,16 +42,16 @@ register s "^a[g G$>^h" # Goes with ^a~ definition
|
||||||
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
|
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
|
||||||
|
|
||||||
# Hotkeys for splits
|
# Hotkeys for splits
|
||||||
bindkey -k "^[O1;2Q" split # shift-F2 | horizontal split
|
bindkey "^[O1;2Q" split # shift-F2 | horizontal split
|
||||||
bindkey -k "^[O1;5Q" split -v # ctrl-F2 | vertical split
|
bindkey "^[O1;5Q" split -v # ctrl-F2 | vertical split
|
||||||
bindkey -k "^[O1;2R" focus up # shift-F3 | focus up
|
bindkey "^[O1;2R" focus up # shift-F3 | focus up
|
||||||
bindkey -k "^[O1;2S" focus down # shift-F4 | focus down
|
bindkey "^[O1;2S" focus down # shift-F4 | focus down
|
||||||
bindkey -k "^[[15;2~" only # shift-F5 | kill all splits
|
bindkey "^[[15;2~" only # shift-F5 | kill all splits
|
||||||
bindkey -k "^[[17;2~" remove # shift-F6 | kill this split
|
bindkey "^[[17;2~" remove # shift-F6 | kill this split
|
||||||
|
|
||||||
# Make it more logical how to enter scrollback
|
# Make it more logical how to enter scrollback
|
||||||
bindkey -k "^[[5;3~" copy # alt-pageup | scrollback
|
bindkey "^[[5;3~" copy # alt-pageup | scrollback
|
||||||
bindkey -k "^[[6;3~" copy # alt-pageup | scrollback
|
bindkey "^[[6;3~" copy # alt-pageup | scrollback
|
||||||
|
|
||||||
# toggle f-key keybindings off
|
# toggle f-key keybindings off
|
||||||
register d "^a:source $BYOBU_PREFIX/share/byobu/keybindings/screen-escape-keys^M"
|
register d "^a:source $BYOBU_PREFIX/share/byobu/keybindings/screen-escape-keys^M"
|
||||||
|
|
|
@ -30,12 +30,12 @@ bindkey -k k7
|
||||||
bindkey -k k8
|
bindkey -k k8
|
||||||
bindkey -k k9
|
bindkey -k k9
|
||||||
bindkey -k F2
|
bindkey -k F2
|
||||||
bindkey -k "^[O1;2Q"
|
bindkey "^[O1;2Q"
|
||||||
bindkey -k "^[O1;5Q"
|
bindkey "^[O1;5Q"
|
||||||
bindkey -k "^[O1;2R"
|
bindkey "^[O1;2R"
|
||||||
bindkey -k "^[O1;2S"
|
bindkey "^[O1;2S"
|
||||||
bindkey -k "^[[15;2~"
|
bindkey "^[[15;2~"
|
||||||
bindkey -k "^[[17;2~"
|
bindkey "^[[17;2~"
|
||||||
|
|
||||||
# Use the following sequences for byobu functionality
|
# Use the following sequences for byobu functionality
|
||||||
# SEQUENCE ACTION F-Key equivalent
|
# SEQUENCE ACTION F-Key equivalent
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue