Explorar el Código

remove move to top after tagbar toggle

It also activates when you close tagbar, which is annoying.
Weiyi Lou hace 13 años
padre
commit
32bde642eb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      vim/vimrc

+ 1 - 1
vim/vimrc

@@ -224,7 +224,7 @@ nmap <silent> <leader>b    :Gblame<CR>
 nmap <silent> <leader>g    :Glog<CR><CR>
 
 " Code heirarchy with Tagbar!
-nmap <silent> <leader>t    :TagbarToggle<CR>gg
+nmap <silent> <leader>t    :TagbarToggle<CR>
 
 
 """"""""