Remove some vim key maps
This commit is contained in:
parent
0faae5ec20
commit
3cb02a1281
6
vimrc
6
vimrc
|
@ -287,12 +287,6 @@ augroup END
|
||||||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||||
" MISC KEY MAPS
|
" MISC KEY MAPS
|
||||||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||||
" insert an end tag with <c-e>
|
|
||||||
imap <c-e> end
|
|
||||||
|
|
||||||
" insert a clojure lambda <c-l>
|
|
||||||
imap <c-l> (fn [x]<space>
|
|
||||||
|
|
||||||
" Mapping ESC in insert mode and command mode to double i
|
" Mapping ESC in insert mode and command mode to double i
|
||||||
"imap ii <C-[>
|
"imap ii <C-[>
|
||||||
"cmap ii <C-[>
|
"cmap ii <C-[>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user