How do Remap "Ctrl + a" to select all lines of code in a file? #7715
Unanswered
Jarmos-san
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Using a .vimrc, this works just fine:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In Neo(vim) I've configured the editor to select all the lines of code in the current buffer by pressing "Ctrl + a". The keys are remapped to
ggVG
which works flawlessly natively but not when using the plugin in VSCode.Any idea how can I configure the plugin to achieve what I want? Or am I missing something out?
Beta Was this translation helpful? Give feedback.
All reactions