Replies: 3 comments 1 reply
-
did you find the solution? |
Beta Was this translation helpful? Give feedback.
-
when using ubuntu, there is a vscode key for juming to previous cursor, like 'ctrl' + 'alt' + '-' |
Beta Was this translation helpful? Give feedback.
-
I personally have two solutions:
|
Beta Was this translation helpful? Give feedback.
-
I'm used using neovim extension in vscode. but because it is unstable, I wanna try this vim extension.
But I have an issue.
I often use the keybind
gd
to navigate to the definition of a function in neovim. then pressCTRL+O
to jump to previous cursor.I can use the
gd
keybind in vim, but when I press theCTRL+O
, it makes a new line, which not I want.How can I achieve this ?
Beta Was this translation helpful? Give feedback.
All reactions