Skip to content

Commit

Permalink
chore: there is no difference between visual and editor
Browse files Browse the repository at this point in the history
  • Loading branch information
1995parham committed Oct 16, 2023
1 parent a77a050 commit fe0c293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bash/bashrc.shared
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ fi
# instead of neovim, etc.
if [ -n "$NVIM" ]; then
alias nvim=nvr
export VISUAL="nvr -cc split --bufdelete --remote-wait"
export EDITOR="nvr -cc split --bufdelete --remote-wait"
export MANPAGER="nvr -c 'Man!' -o -"
else
set -o vi
Expand Down

0 comments on commit fe0c293

Please sign in to comment.