Update vimrc, aliases and dict

This commit is contained in:
2015-11-04 14:25:27 -05:00
parent 2a40a7a30f
commit dd3fea2128
4 changed files with 27 additions and 8 deletions

7
vimrc
View File

@@ -116,7 +116,8 @@ set undoreload=10000
au BufNewFile,BufRead *.txt setlocal wrap
au BufNewFile,BufRead *.txt setlocal lbr
" Clojurescript syntax highlighting
au BufNewFile,BufRead *.cljs set filetype=clojure
" au BufNewFile,BufRead *.cljs set filetype=clojure
" au BufNewFile,BufRead *.cljc set filetype=clojure
" Remove trailing whitespace on save all files.
au BufWritePre * :%s/\s\+$//e
@@ -273,8 +274,8 @@ nnoremap <leader><leader> <c-^>
" Make it easier to jump around the command line. The default behaviour is
" using the arrow keys with or without shift
:cnoremap <C-j> <S-Left>
:cnoremap <C-k> <S-Right>
:cnoremap <C-J> <S-Left>
:cnoremap <C-K> <S-Right>
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" ABBREVIATIONS