From e9f28e98dd09a444fe5ce8a149745e08f9d4228e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Tue, 22 Nov 2016 14:43:48 +0100 Subject: vis: add `:set escdelay nn` option Make the delay used to distinguish between an key and other terminal escape sequences such as for the Meta key run time configurable. The value is given in miliseconds and defaults to 50ms. Notice that terminal multiplexers like dvtm or tmux might also induce some delay which has to be configured independently. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index f8d7a99..1bdbe6c 100644 --- a/README.md +++ b/README.md @@ -412,6 +412,11 @@ Operators can be forced to work line wise by specifying `V`. set shell to use for external commands (e.g. <, >, |) + escdelay number default 50 (50ms) + + miliseconds to wait to distinguish between an key and other + terminal escape sequences + tabwidth [1-8] default 8 set display width of a tab and number of spaces to use if -- cgit v1.2.3