feat (home/gnome): vim keys in GNOME text editor

This commit is contained in:
Henri Saudubray 2026-01-11 14:32:14 +01:00
parent 901b61ad45
commit 61137b6ce8

View file

@ -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";
};
};
} }