From 32719e26206d9a7fdd2d9c1725cf79f5ba9798ba Mon Sep 17 00:00:00 2001 From: Soispha Date: Thu, 24 Aug 2023 21:41:21 +0200 Subject: Fix(hm/conf/neovim/options): Reduce timeout as that is used by which-key --- home-manager/soispha/config/neovim/nixvim/options/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home-manager') 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 -- cgit 1.4.1