Ver código fonte

remap indentation commands

raylu 14 anos atrás
pai
commit
781101903f
1 arquivos alterados com 2 adições e 0 exclusões
  1. 2 0
      vimrc

+ 2 - 0
vimrc

@@ -36,6 +36,8 @@ map <C-n> gt
 map <C-p> gT
 map <C-h> :AS<CR>
 vmap P "_dP
+inoremap <C-d> <C-t>
+inoremap <C-a> <C-d>
 
 function! JavaScriptFold()
     setl foldmethod=syntax