config(fish): Add alias to pipe stdout to neovim

"nvim -" works just fine, but this extra configuration inhibits "unsaved
changes" warning about buffer created from stdout of some other command.
This commit is contained in:
Dmitry Bogatov 2023-12-31 15:47:56 -05:00
parent 26d6beaa3d
commit 8605a05fbd
1 changed files with 1 additions and 0 deletions

View File

@ -70,3 +70,4 @@ abbr --add vi nvim
abbr --add vim nvim
abbr --add ls exa -l --no-user
abbr --add Documentation nnn -c ~/.nix-profile/Documentation
abbr --add stdin nvim -c "'set buftype=nofile'" -