Skip to content

Commit

Permalink
fish: Add "n" alias for nvim
Browse files Browse the repository at this point in the history
Credit: @blakef
  • Loading branch information
huntie committed Apr 4, 2024
1 parent e9be1b0 commit fcf1999
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fish/.config/fish/config.fish
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ set -x EDITOR vim

if type -q nvim
set -x EDITOR nvim
abbr -a n nvim
abbr -a vim nvim
abbr -a vimdiff 'nvim -d'
end
Expand Down

0 comments on commit fcf1999

Please sign in to comment.