Installation
Install vrapper 0.42.0 in market place of eclipse.
Install with proxy (in Linux)
-
Run commands:
$ cd $ECLIPSE_HOME $ export http_proxy=http://127.0.0.1:8087 $ export https_proxy=http://127.0.0.1:8087 $ ./eclipse
-
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