GitXplorerGitXplorer
u

vimshell-ssh

public
36 stars
2 forks
0 issues

Commits

List of commits on branch master.
Unverified
bc21efbe033fcd33a2d853d52b2a146c500991b4

license

uujihisa committed 12 years ago
Unverified
5832ba28209327bb83edf74ab01d40cc3a3b446a

- Fixed check condition.

SShougo committed 12 years ago
Unverified
fa869bf439ec88f8fde33bfdea0ece750fd86e2a

- Improved remote command execution.

SShougo committed 12 years ago
Unverified
26a9651f2a273fad2708e415d71c669036394cf8

Merge branch 'master' of github.com:ujihisa/vimshell-ssh

SShougo committed 12 years ago
Unverified
28d247cf882501993449f001f6d543adab30b4c9

- Improved completion.

SShougo committed 12 years ago
Unverified
0ed7e6a3d4db73cfad745e2d530dbeffbd086d3b

doc

uujihisa committed 12 years ago

README

The README file for this repository.

vimshell-ssh

usage

  1. iexe ssh on your vimshell
  2. use vim command remotely
  3. wow!

dependencies

  • 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)

known issues

  • netrw uses :!
  • netrw changes options like cursorline
  • 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

articules

Author

Tatsuhiro Ujihisa

License

MIT