Skip to content

surround in visual mode: how to use s instead of S? #8290

Discussion options

You must be logged in to vote

Adding this works:

   "vim.visualModeKeyBindingsNonRecursive": [
        {
            "before": [
                "s"
            ],
            "after": [
                "S"
            ]
        },

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by concretevitamin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant