.vimrc

changeset 425
e23906d13a57
parent 424
3f116b7f4d3e
child 426
4fcad88dbe5f
--- a/.vimrc
+++ b/.vimrc
@@ -175,6 +175,7 @@ nmap gKK :call ViewDoc('doc', expand('%'
 " Tabular shortcuts
 map <leader>te :Tabularize first_eq<CR>
 map <leader>ta :Tabularize first_arrow<CR>
+map <leader>tm :Tabularize methods<CR>
 
 function! AutoFmtToggle()
   if &formatoptions =~ 'a'

mercurial