Skip to content

Tabbing blocks/multiple lines of code #7622

Answered by himanshugoswamiii
kfmfe04 asked this question in Q&A
Discussion options

You must be logged in to vote

Add this to your settings.json :

       "vim.visualModeKeyBindings": [
        {
            "before": ["<tab>"],
            "after": [">","g","v"]
        },
        {
            "before": ["<S-tab>"],
            "after": ["<","g","v"]
        }
    ],

Now you can use tab to indent and Shift tab to indent backwards

My settings.json

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@kfmfe04
Comment options

Answer selected by kfmfe04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants