diff options
author | Himbeer <himbeer@disroot.org> | 2024-08-29 23:09:55 +0200 |
---|---|---|
committer | Himbeer <himbeer@disroot.org> | 2024-08-29 23:09:55 +0200 |
commit | d5ac293e361d24ca345380a0e56ab9f2a9510179 (patch) | |
tree | f50962ee4c32d928a634dcf7a90450a20aea3e5f | |
parent | 920a7c02a14ec9b5c6a1fba6699df21c308144b8 (diff) |
Set the Vim keycode timeout to 100 milliseconds
This improves the response time of certain keypresses such as <Esc>O
significantly.
-rw-r--r-- | vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -44,4 +44,5 @@ nnoremap <Enter> moO<Esc>`o set autoindent set number relativenumber set hls is +set ttm=100 syntax on |