Skip to content

Commit

Permalink
Removed vim -> nvim alias
Browse files Browse the repository at this point in the history
  • Loading branch information
jerinjoy committed Dec 5, 2023
1 parent 285b1cd commit 0210358
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion homedir_files/config/fish/config.fish
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ set -x EDITOR nvim

# These aliases depend on the binaries being available.
function add_abbr_requiring_binaries
abbr -a vim nvim
abbr -a ls exa
abbr -a ltr exa -lh --git --sort=newest
abbr -a ltra exa -lh --git --sort=newest -a
Expand Down
2 changes: 1 addition & 1 deletion homedir_files/gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
[core]
excludesfile = ~/.gitignore_global
pager = delta
editor = nvim
editor = vim

[interactive]
diffFilter = delta --color-only
Expand Down

0 comments on commit 0210358

Please sign in to comment.