.vimrc

changeset 425
e23906d13a57
parent 424
3f116b7f4d3e
child 426
4fcad88dbe5f
equal deleted inserted replaced
424:3f116b7f4d3e 425:e23906d13a57
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>te :Tabularize first_eq<CR> 176 map <leader>te :Tabularize first_eq<CR>
177 map <leader>ta :Tabularize first_arrow<CR> 177 map <leader>ta :Tabularize first_arrow<CR>
178 map <leader>tm :Tabularize methods<CR>
178 179
179 function! AutoFmtToggle() 180 function! AutoFmtToggle()
180 if &formatoptions =~ 'a' 181 if &formatoptions =~ 'a'
181 setl fo-=a 182 setl fo-=a
182 echo '-a' 183 echo '-a'

mercurial