.vimrc

changeset 464
452034aff788
parent 462
a1901234cc42
child 465
a771fe75a85c
equal deleted inserted replaced
463:b864784951d9 464:452034aff788
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

mercurial