diff options
author | tv <tv@krebsco.de> | 2018-11-16 17:06:20 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2018-11-16 17:06:20 +0100 |
commit | 2b6a4e00d9d42dac7680a91ec796f3aaba1335ce (patch) | |
tree | 5ad17fb9c2b4d2d5e6440ac4d582e743ff275ab2 | |
parent | 7915dd3e1fd34ee698f25b6acdafa4626d0c30eb (diff) |
tv vim: set timeoutlen=0
-rw-r--r-- | tv/2configs/vim.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tv/2configs/vim.nix b/tv/2configs/vim.nix index 469ae3e..a63d802 100644 --- a/tv/2configs/vim.nix +++ b/tv/2configs/vim.nix @@ -348,6 +348,7 @@ let { set shortmess+=I set showcmd set showmatch + set timeoutlen=0 set ttimeoutlen=0 set undodir=${dirs.undodir} set undofile |