mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 16:10:14 +00:00
improve comments and general tweaks
This commit is contained in:
@ -47,8 +47,11 @@
|
||||
MANPAGER = "nvim +Man!";
|
||||
};
|
||||
programs.fish = {
|
||||
shellAliases = { vim = "nvim"; };
|
||||
shellAbbrs = { vll = "vim -c 'Telescope oldfiles'"; };
|
||||
shellAbbrs = {
|
||||
v = lib.mkForce "nvim";
|
||||
vl = lib.mkForce "nvim -c 'normal! `0'";
|
||||
vll = "nvim -c 'Telescope oldfiles'";
|
||||
};
|
||||
};
|
||||
|
||||
};
|
||||
|
Reference in New Issue
Block a user