diff options
Diffstat (limited to '')
-rw-r--r-- | home-manager/soispha/config/neovim/nixvim/options/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home-manager/soispha/config/neovim/nixvim/options/default.nix b/home-manager/soispha/config/neovim/nixvim/options/default.nix index 87abdffb..7d1937a9 100644 --- a/home-manager/soispha/config/neovim/nixvim/options/default.nix +++ b/home-manager/soispha/config/neovim/nixvim/options/default.nix @@ -76,7 +76,7 @@ showtabline = 2; # always show the tabline - timeoutlen = 1000; # wait 500 msec for the next char in an input sequence + timeoutlen = 500; # wait 500 msec for the next char in an input sequence ttyfast = true; # let vim know that I am using a fast term undofile = true; # use a undofile, to save the undos |