Explorar o código

remove move to top after tagbar toggle

It also activates when you close tagbar, which is annoying.
Weiyi Lou %!s(int64=13) %!d(string=hai) anos
pai
achega
32bde642eb
Modificáronse 1 ficheiros con 1 adicións e 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>
 
 
 """"""""