Skip to content

Commit

Permalink
feat: add editor for neovim terminal
Browse files Browse the repository at this point in the history
  • Loading branch information
1995parham committed Aug 5, 2023
1 parent 68ebd4e commit 44dc731
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zsh/zshrc.shared
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ fi
# we can use nvr.
if [ ! -z "$NVIM" ]; then
alias nvim=nvr
export EDITOR="nvr -cc split +'set bufhidden=delete' --remote-wait"

excl_plugins=(vi-mode)

Expand Down

0 comments on commit 44dc731

Please sign in to comment.