@ -1,8 +1,8 @@
" Bash like keys for the command line
cnoremap <C-A> <Home>
cnoremap <C-E> <End>
cnoremap <C-K> <C-U>
cnoremap <C-P> <Up>
cnoremap <C-N> <Down>
@ -54,5 +54,5 @@ if !exists( "*RubyEndToken" )
endif
imap <buffer> <CR> <C-R>=RubyEndToken()<CR>
autocmd FileType ruby map <buffer> <CR> <C-R>=RubyEndToken()<CR>
@ -3,3 +3,5 @@
git submodule update --recursive --init --force
git submodule sync --recursive
git fetch --all --recurse-submodules