.vimrc

changeset 424
3f116b7f4d3e
parent 422
7b3ba9962a9d
child 425
e23906d13a57
--- a/.vimrc
+++ b/.vimrc
@@ -172,6 +172,9 @@ nmap K   :call ViewDoc('doc', '<cword>')
 nmap gK  :call ViewDoc('doc', expand('<cword>'))<CR>
 nmap gKK :call ViewDoc('doc', expand('%'))<CR>
 
+" Tabular shortcuts
+map <leader>te :Tabularize first_eq<CR>
+map <leader>ta :Tabularize first_arrow<CR>
 
 function! AutoFmtToggle()
   if &formatoptions =~ 'a'

mercurial