Go to definition vim mapping

Hello,

How can I set gd to go to definition / code jump?

I am combining jupyterlab-lsp and jupyterlab-vim

I tried

  1. To set it directly in jupyter binding, but it is also active in vim insert mode as jupyter is not aware of vim modes

  2. To set it in vim bindings, but I don’t know what the command to execute should be.

Thanks in advance for your help!

1 Like