Is there a way to jump between two files like ctrl-^
?
#8563
Unanswered
cemalokten
asked this question in
Q&A
Replies: 1 comment
-
Try
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I often use
ctrl-^
to switch between the current and last file, my vim binding looks like this:map <SPACE><SPACE> <c-6>
Is there a way to do this with VSCodeVim?
Beta Was this translation helpful? Give feedback.
All reactions