dotfiles

Unnamed repository; edit this file 'description' to name the repository.
git clone git://edryd.org/dotfiles
Log | Files | Refs

commit b70709bdcd4d8e34d6f8cd24ada4ecdb228b35ba
parent 989ef337889717588de85d857b2d302420de67f1
Author: edvb54 <edvb54@gmail.com>
Date:   Sat, 24 May 2014 11:15:00 -0700

Add JavaRun, make it save after leaving insert mode

Diffstat:
vimrc | 2+-
vimrc.bundles | 5+++++
2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/vimrc b/vimrc @@ -228,7 +228,7 @@ hi Folded ctermfg=241 ctermbg=233 nnoremap ZS :w<return> " make jj typed fast while in insert mode switch to normal mode :D -inoremap jj <Esc> +inoremap jj <Esc>:w<CR> " make 0 go to beginning of line but first non-white space " but make ^ go to the very first column of line diff --git a/vimrc.bundles b/vimrc.bundles @@ -37,6 +37,8 @@ Bundle 'fisadev/vim-isort' Bundle 'MatchTag' " jump to HTML/XML tags with % Bundle 'matchit.zip' +" test Java code +Bundle 'JavaRun' " window plug-ins " allows you to have split widows that adjust @@ -51,8 +53,11 @@ Bundle 'Tagbar' Bundle 'bling/vim-airline' " auto complete stuff +" implement snippets Bundle 'SirVer/ultisnips' +" snippets for ultisnips Bundle 'honza/vim-snippets' +" auto complete words already in file and syntax's Bundle 'Shougo/neocomplete.vim' " visual stuff