diff --git a/platforms/home-manager/modules/nmasur/presets/programs/helix.nix b/platforms/home-manager/modules/nmasur/presets/programs/helix.nix index 2ee52ba..d95636d 100644 --- a/platforms/home-manager/modules/nmasur/presets/programs/helix.nix +++ b/platforms/home-manager/modules/nmasur/presets/programs/helix.nix @@ -128,6 +128,13 @@ in theme = "base16"; keys.normal = { + + # Get out of multiple cursors and selection + esc = [ + "collapse_selection" + "keep_primary_selection" + ]; + # Enable and disable inlay hints space.H = ":toggle lsp.display-inlay-hints"; @@ -217,6 +224,7 @@ in }; }; }; + }; themes."${config.programs.helix.settings.theme}" = {