Skip to content

Commit

Permalink
feat(sh): use Neovim as default visual editor
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanpinn committed Dec 19, 2024
1 parent ff42382 commit f2703f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sh/profile.d/visual.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# shellcheck shell=sh

# Use vi as basic visual editor that should be installed most systems.
VISUAL="vi"
VISUAL="nvim"
export VISUAL

0 comments on commit f2703f4

Please sign in to comment.