feat (home/gnome): vim keys in GNOME text editor
This commit is contained in:
parent
901b61ad45
commit
61137b6ce8
1 changed files with 6 additions and 0 deletions
|
|
@ -141,4 +141,10 @@
|
||||||
templates = "${config.home.homeDirectory}/tpl";
|
templates = "${config.home.homeDirectory}/tpl";
|
||||||
videos = "${config.home.homeDirectory}/vid";
|
videos = "${config.home.homeDirectory}/vid";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
dconf.settings = {
|
||||||
|
"org/gnome/TextEditor" = {
|
||||||
|
keybindings = "vim";
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue