From 9b83f1036563b3f17131b796290b17f09a7e247e Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Mon, 21 Jul 2025 01:27:40 +0200 Subject: [PATCH] Modules/Neovim: Disable better-escape --- home/modules/neovim/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/home/modules/neovim/default.nix b/home/modules/neovim/default.nix index dc1ad365..ce0b0f99 100644 --- a/home/modules/neovim/default.nix +++ b/home/modules/neovim/default.nix @@ -2043,9 +2043,10 @@ in { }; }; in [ - autopairs # Automatic closing brackets/parens # NOTE: For now replaced by blink + autopairs # Automatic closing brackets/parens + + # better-escape # Escape with "jk" # NOTE: Bad in lazygit + looses visual selection when correcting too fast - better-escape # Escape to normal mode using "jk" catppuccin # Colortheme (also add this here to access palettes) clangd-extensions # Improved clang LSP support blink-cmp # Fast as fuck auto completion