173 nmap gKK :call ViewDoc('doc', expand('%'))<CR> |
173 nmap gKK :call ViewDoc('doc', expand('%'))<CR> |
174 |
174 |
175 " Tabular shortcuts |
175 " Tabular shortcuts |
176 map <leader>ta :Tabularize first_arrow<CR> |
176 map <leader>ta :Tabularize first_arrow<CR> |
177 map <leader>te :Tabularize first_eq<CR> |
177 map <leader>te :Tabularize first_eq<CR> |
178 map <leader>tc :Tabularize /:\zs<CR> |
178 map <leader>tc :Tabularize first_colon<CR> |
179 map <leader>tm :Tabularize methods<CR> |
179 map <leader>tm :Tabularize methods<CR> |
180 |
180 |
181 function! AutoFmtToggle() |
181 function! AutoFmtToggle() |
182 if &formatoptions =~ 'a' |
182 if &formatoptions =~ 'a' |
183 setl fo-=a |
183 setl fo-=a |