New aliases

This commit is contained in:
2014-09-29 20:51:23 -04:00
parent c2f56bd4cc
commit 50b1f41dc6
6 changed files with 38 additions and 18 deletions

7
vimrc
View File

@@ -107,6 +107,9 @@ 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
" Fix vim's background colour erase - http://snk.tuxfamily.org/log/vim-256color-bce.html
if &term =~ '256color'
" Disable Background Color Erase (BCE) so that color schemes
@@ -166,8 +169,8 @@ imap <c-e> end
imap <c-l> <space>=><space>
" Mapping ESC in insert mode and command mode to double i
imap ii <C-[>
cmap ii <C-[>
"imap ii <C-[>
"cmap ii <C-[>
" suspend process
nmap <leader>z <c-z>