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:
parent
011fb57347
commit
2f042713cc
@ -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}" = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user