1
0
mirror of https://github.com/nmasur/dotfiles synced 2025-04-11 11:01:13 +00:00

helix use esc to collapse selection

This commit is contained in:
Noah Masur 2025-04-07 16:35:14 -04:00
parent 011fb57347
commit 2f042713cc
No known key found for this signature in database

@ -128,6 +128,13 @@ in
theme = "base16"; theme = "base16";
keys.normal = { keys.normal = {
# Get out of multiple cursors and selection
esc = [
"collapse_selection"
"keep_primary_selection"
];
# Enable and disable inlay hints # Enable and disable inlay hints
space.H = ":toggle lsp.display-inlay-hints"; space.H = ":toggle lsp.display-inlay-hints";
@ -217,6 +224,7 @@ in
}; };
}; };
}; };
}; };
themes."${config.programs.helix.settings.theme}" = { themes."${config.programs.helix.settings.theme}" = {