Replies: 4 comments 1 reply
|
did you find the solution? |
1 reply
|
when using ubuntu, there is a vscode key for juming to previous cursor, like 'ctrl' + 'alt' + '-' |
0 replies
|
I personally have two solutions:
|
0 replies
|
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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
gdto navigate to the definition of a function in neovim. then pressCTRL+Oto jump to previous cursor.I can use the
gdkeybind in vim, but when I press theCTRL+O, it makes a new line, which not I want.How can I achieve this ?
All reactions