mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
Add evil helix
This commit is contained in:
parent
a15ee278a5
commit
194c838432
1 changed files with 2 additions and 0 deletions
|
|
@ -53,10 +53,12 @@ in {
|
||||||
|
|
||||||
programs.helix = {
|
programs.helix = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
package = pkgs.evil-helix;
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
keys.normal = {
|
keys.normal = {
|
||||||
"esc" = [ "collapse_selection" "keep_primary_selection" ];
|
"esc" = [ "collapse_selection" "keep_primary_selection" ];
|
||||||
|
"V" = [ "select_mode" "extend_to_line_bounds" ];
|
||||||
};
|
};
|
||||||
editor = {
|
editor = {
|
||||||
line-number = "relative";
|
line-number = "relative";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue