Tabbing blocks/multiple lines of code #7622
-
In regular vim, I use In regular VS code, I select a block of 5 lines and hit tab 3 times. How do I do the equivalent in VSCodeVim? |
Beta Was this translation helpful? Give feedback.
Answered by
himanshugoswamiii
Apr 29, 2022
Replies: 1 comment 1 reply
-
Add this to your
Now you can use tab to indent and Shift tab to indent backwards |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
kfmfe04
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this to your
settings.json
:Now you can use tab to indent and Shift tab to indent backwards
My settings.json