Fix up .screenrc keybindings so that shift 0 goes to screen 10, like 0 goes to screen 0. Move the rest of the keybindings one screen number up as a result, should have no affect on users really.
This commit is contained in:
parent
d5718b88da
commit
703041c817
@ -2,16 +2,16 @@ vbell off
|
||||
hardstatus off
|
||||
startup_message off
|
||||
defscrollback 4096
|
||||
bind ! select 10
|
||||
bind @ select 11
|
||||
bind \# select 12
|
||||
bind $ select 13
|
||||
bind % select 14
|
||||
bind \^ select 15
|
||||
bind & select 16
|
||||
bind * select 17
|
||||
bind ( select 18
|
||||
bind ) select 19
|
||||
bind ) select 10
|
||||
bind ! select 11
|
||||
bind @ select 12
|
||||
bind \# select 13
|
||||
bind $ select 14
|
||||
bind % select 15
|
||||
bind \^ select 16
|
||||
bind & select 17
|
||||
bind * select 18
|
||||
bind ( select 19
|
||||
bind b eval "writebuf" 'exec !!! xclip -selection "clipboard" -i /tmp/screen-exchange'
|
||||
#termcapinfo xterm|xterms|xs|rxvt ti@:te@
|
||||
termcapinfo xterm* ti@:te@
|
||||
|
Loading…
Reference in New Issue
Block a user