Switch commands between inside and outside of the vim/nvim.
Get from the release page(recomended)
or
$ go get -u github.com/tennashi/vimalter
- Please install mhinz/neovim-remote in the
$PATH
- Please install or build the vim with
+clientserver
support. - Please executes (or writes it to
.vimrc
) the following command.
call remote_startserver("vimalter")
- Please install tennashi/termopen.vim
$ vimalter [option] [file ...]
-tab
: Open specified file in a new tab when executed from terminal mode of vim/nvim.
- If you start it as the default editor, such as
git commit
, you need to exit with: w | bd
. - If you don't like this, put the following in your vimrc.(see. mhinz/neovim-remote)
autocmd FileType gitcommit set bufhidden=delete