Explorar el Código

remap indentation commands

raylu hace 14 años
padre
commit
781101903f
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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