aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Feist <shabble@metavore.org>2012-04-13 20:32:21 +0000
committerTom Feist <shabble@metavore.org>2012-04-13 20:32:21 +0000
commit9fff2a31e975d9d36e1966cefbdc9c1533cd3cd8 (patch)
treea16cf59fe236ee7d8f9bf169be0583028a0da56e
parentadded scriptinfo template stub, but with some naming stuff pasted in for safe... (diff)
parentvim-mode: Document screen/tmux esc timeout issues and fix. (diff)
downloadirssi-scripts-9fff2a31e975d9d36e1966cefbdc9c1533cd3cd8.tar.gz
irssi-scripts-9fff2a31e975d9d36e1966cefbdc9c1533cd3cd8.zip
Merge branch 'master' of github.com:shabble/irssi-scripts
-rw-r--r--vim-mode/vim_mode.pl15
1 files changed, 15 insertions, 0 deletions
diff --git a/vim-mode/vim_mode.pl b/vim-mode/vim_mode.pl
index aa4ebec..7158873 100644
--- a/vim-mode/vim_mode.pl
+++ b/vim-mode/vim_mode.pl
@@ -457,6 +457,21 @@ Examples:
:set debug=on # enable debug
:set debug=off # disable debug
+=head1 KNOWN ISSUES
+
+If you use tmux and want to use <esc> to exit insert mode you might want to
+reduce the escape-time for a better experience (500 is the default value):
+
+ set -s escape-time 100
+
+A similar problem exist in GNU screen, the following settings in ~/.screenrc
+fix it (thanks to jsbronder for reporting the screen issue and fix):
+
+ maptimeout 0
+ defc1 off
+
+defc1 might not be necessary.
+
=head1 SUPPORT
Any behavior different from Vim (unless explicitly documented) should be