Browse Source

remap indentation commands

raylu 14 years ago
parent
commit
781101903f
1 changed files with 2 additions and 0 deletions
  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