summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorTharre <tharre3@gmail.com>2015-11-12 14:38:09 +0100
committerTharre <tharre3@gmail.com>2016-10-07 20:13:37 +0000
commit4ac581327d5cf9ced4ec9519cb98ba14c04391af (patch)
treeb772f5cbf5b6f3e10c1ea27f8a0f9bccda6e9aa1 /shell
parentf93030e0455461a71ba2011b74b2f9d7193f6bf0 (diff)
downloaddotfiles-4ac581327d5cf9ced4ec9519cb98ba14c04391af.tar.gz
dotfiles-4ac581327d5cf9ced4ec9519cb98ba14c04391af.tar.xz
dotfiles-4ac581327d5cf9ced4ec9519cb98ba14c04391af.zip
vim: use eclim
Diffstat (limited to 'shell')
-rw-r--r--shell/_eclimrc3
-rw-r--r--shell/_vimrc5
2 files changed, 8 insertions, 0 deletions
diff --git a/shell/_eclimrc b/shell/_eclimrc
new file mode 100644
index 0000000..7b78828
--- /dev/null
+++ b/shell/_eclimrc
@@ -0,0 +1,3 @@
+# Specifies the workspace directory to use
+# See $ECLIPSE_HOME/configuration/config.ini for other osgi properties.
+osgi.instance.area.default=@user.home/var/workspace
diff --git a/shell/_vimrc b/shell/_vimrc
index 110e458..1f4696a 100644
--- a/shell/_vimrc
+++ b/shell/_vimrc
@@ -91,3 +91,8 @@ nmap ga <Plug>(EasyAlign)
" java
au BufNewFile,BufRead *.java set tabstop=4 softtabstop=4 shiftwidth=4 smarttab autoindent cc=121
+
+" eclim
+nmap <leader>a :JavaImportOrganize<cr>
+nmap <leader>t :ProjectTree<cr>
+nmap <leader>o :ProjectOpen<cr>