-
iexe ssh
on your vimshell - use
vim
command remotely - wow!
- vimshell
- netrw (should be built-in in your Vim)
Optional
- unite-ssh (this replaces netrw)
- unite.vim (unite-ssh's dependency)
- vimfiler (unite-ssh's dependency)
- netrw uses
:!
- solution:
- use my forked version of netrw
- or use unite-ssh
- netrw changes options like cursorline
- solution:
- write
let g:netrw_cursorline = 0
in your vimrc - or use my forked version of netrw
- or use unite-ssh
- after vim command the ssh iexe buffer cursor location will be still in the vim command's line
- for some reasin vim command failed on my remote zsh
- run bash on the server just in case
-
export
PS1, PS2 and RPS to simpify them
- http://vim-users.jp/2011/06/hack218/ (written in Japanese)
Tatsuhiro Ujihisa
MIT