Created
October 7, 2017 16:24
-
-
Save ponko2/0aaecb303112af4096b97a0e3b25a3a3 to your computer and use it in GitHub Desktop.
NeovimのTerminal内でNeovimを起動しようとした時はバッファで開く
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if [[ -v MYVIMRC ]] && type nvr &> /dev/null; then | |
alias nvim='nvr --remote-silent' | |
fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment