Skip to content

Commit

Permalink
(shell) Alias vim to neovim
Browse files Browse the repository at this point in the history
  • Loading branch information
danguita committed Feb 28, 2024
1 parent 7863dc2 commit fb7bd11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bash_aliases
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ alias serve="python -m http.server"
alias xclip="xclip -selection c"

# Vim
alias vim="vim-x11"
alias vim="nvim"

0 comments on commit fb7bd11

Please sign in to comment.