Emacs learning curve is too steep, back to vim

This commit is contained in:
William 2023-08-16 18:28:35 -03:00
parent c4c2a1ba80
commit e4ab300f22
5 changed files with 8 additions and 40 deletions

View file

@ -47,9 +47,8 @@
mkparents = true;
scrollbar = true;
tabstospaces = true;
tabsize = 4;
tabsize = 2;
colorscheme = "simple";
relativeruler = true;
};
};
fish = {
@ -57,7 +56,8 @@
interactiveShellInit = "nix-your-shell fish | source";
loginShellInit = "nix-your-shell fish | source";
shellAliases = {
emacs = "${config.home.sessionVariables.EDITOR} -nw";
vi = "nvim";
vim = "nvim";
wget = ''wget --hsts-file="$XDG_DATA_HOME/wget-hsts"'';
};
functions = {