diff options
Diffstat (limited to 'screenrc')
-rw-r--r-- | screenrc | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -60,5 +60,11 @@ bindkey "^[O5C" next bindkey "^[O5A" focus up bindkey "^[O5B" focus down +# urxvt shift+left/right +#bindkey "^[[d" prev +#bindkey "^[[c" next +#bindkey "^[[a" focus up +#bindkey "^[[b" focus down + defnonblock 5 |