DarkMatter in Cyberspace
  • Home
  • Categories
  • Tags
  • Archives

Add vim mode for eclipse with Vrapper


Installation

Install vrapper 0.42.0 in market place of eclipse.

Install with proxy (in Linux)

  1. Run commands:

    $ cd $ECLIPSE_HOME $ export http_proxy=http://127.0.0.1:8087 $ export https_proxy=http://127.0.0.1:8087 $ ./eclipse

  2. After eclipse startup, install vrapper as usual. The proxy will work for eclipse automatically. Uninstall vrapper and other plugin in main menu of Help -> About Eclipse -> Installation Details.

Configuration

Config vrapper behavior in ~/.vrapperrc:

cat << EOF > ~/.vrapperrc
nnoremap ; :
set ts=2
set sw=2
EOF

Usage

Ref: Vrapper Documentation



Published

Apr 23, 2014

Last Updated

Apr 23, 2014

Category

Tech

Tags

  • eclipse 40
  • plugin 16
  • vim 92
  • vrapper 2

Contact

  • Powered by Pelican. Theme: Elegant by Talha Mansoor