no more evil-helix
This commit is contained in:
parent
4f95d87d7b
commit
8bb3b0e4c8
1 changed files with 7 additions and 1 deletions
|
|
@ -24,7 +24,6 @@
|
|||
|
||||
helix = {
|
||||
enable = true;
|
||||
package = pkgs.evil-helix;
|
||||
settings = {
|
||||
editor = {
|
||||
file-picker.hidden = false;
|
||||
|
|
@ -40,7 +39,14 @@
|
|||
indent-guides.render = true;
|
||||
};
|
||||
keys.normal.space = {
|
||||
space = "file_picker";
|
||||
w = ":w";
|
||||
q = ":q";
|
||||
o = "file_picker_in_current_buffer_directory";
|
||||
esc = [
|
||||
"collapse_selection"
|
||||
"keep_primary_selection"
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue