vimrc(vimgo): remap altfile cmds to avoid conflict

This commit is contained in:
leo 2023-04-26 14:38:30 +02:00
parent aea1e9fbbe
commit cd5bfda9a5
Signed by: wanderer
SSH Key Fingerprint: SHA256:Dp8+iwKHSlrMEHzE3bJnPng70I7LEsa3IJXRH/U+idQ

View File

@ -773,8 +773,8 @@ augroup vimgo
au FileType go nmap <Leader>ds <Plug>(go-def-split)
au FileType go nmap <Leader>dv <Plug>(go-def-vertical)
" Alternate commands
au FileType go nmap <Leader>ae <Plug>(go-alternate-edit)
au FileType go nmap <Leader>av <Plug>(go-alternate-vertical)
au FileType go nmap <Leader>hae <Plug>(go-alternate-edit)
au FileType go nmap <Leader>vae <Plug>(go-alternate-vertical)
" Use new vim 8.2 popup windows for Go Doc
augroup END