any-jump.vim icon indicating copy to clipboard operation
any-jump.vim copied to clipboard

go to definition support

Open trashhalo opened this issue 3 years ago • 1 comments

https://vim.fandom.com/wiki/Go_to_definition_using_g

Is there a way to plug into the default vim bindings?

trashhalo avatar Jun 09 '21 16:06 trashhalo

I was curious how this worked in the vim-go plugin and they just nmap gd. Im just going to do that in my vimrc, feel free to close if you dont want to do that in plugin:

https://github.com/fatih/vim-go/blob/00c5f2dad170131c0c850dbf331d63ddf515116d/ftplugin/go.vim#L41

trashhalo avatar Jun 09 '21 20:06 trashhalo