From bf1bd844db2b9635be0f101b6845a82c6f8469c0 Mon Sep 17 00:00:00 2001 From: LarsZauberer Date: Mon, 15 Apr 2024 12:23:39 +0200 Subject: [PATCH] Fixed quit keymap in nvim --- modules/tui/neovim.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/tui/neovim.nix b/modules/tui/neovim.nix index 1b99f54..a05a53d 100644 --- a/modules/tui/neovim.nix +++ b/modules/tui/neovim.nix @@ -181,7 +181,7 @@ in { } { mode = "n"; - key = "q"; + key = "qw"; action = "q"; } {