Skip to content

Commit

Permalink
Change default editor to nvim
Browse files Browse the repository at this point in the history
  • Loading branch information
nvonbulow committed Dec 10, 2023
1 parent 108a27d commit 614c6fa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion home/dot_zsh/exact_configs/editor.zsh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
VISUAL=vim
alias vim=nvim

VISUAL=nvim
EDITOR=$VISUAL

alias edit="\$EDITOR"
Expand Down

0 comments on commit 614c6fa

Please sign in to comment.