surround in visual mode: how to use s
instead of S
?
#8290
Answered
by
concretevitamin
concretevitamin
asked this question in
Q&A
-
Key Coming from spacemacs, I'm used to |
Beta Was this translation helpful? Give feedback.
Answered by
concretevitamin
Mar 8, 2023
Replies: 1 comment
-
Adding this works: "vim.visualModeKeyBindingsNonRecursive": [
{
"before": [
"s"
],
"after": [
"S"
]
}, |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
concretevitamin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Adding this works: