mirror of
https://github.com/nmasur/dotfiles
synced 2025-04-08 09:31:12 +00:00
helix use esc to collapse selection
This commit is contained in:
parent
011fb57347
commit
2f042713cc
@ -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}" = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user