1
0
Fork 0

screen key send delay disabled

This delay causes problems in certain software (e.g. ESC followed
immediately by other commands in vim).
org
Mike Gerwitz 2014-11-01 20:09:03 -04:00
parent 6b0515bbbb
commit cc556190ad
1 changed files with 3 additions and 0 deletions

View File

@ -27,6 +27,9 @@ bindkey -k k2 screen htop
bindkey -k k3 screen $EDITOR
bindkey -k k4 screen mutt
# no delay in sending keys (especially ESC)
maptimeout 0
#
# general options
#