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

View File

@ -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}" = {