mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 16:10:14 +00:00
revert to nvim as alias for vim
This commit is contained in:
@ -47,6 +47,7 @@
|
||||
MANPAGER = "nvim +Man!";
|
||||
};
|
||||
programs.fish = {
|
||||
shellAliases = { vim = "nvim"; };
|
||||
shellAbbrs = {
|
||||
v = lib.mkForce "nvim";
|
||||
vl = lib.mkForce "nvim -c 'normal! `0'";
|
||||
|
Reference in New Issue
Block a user