-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to go prev in f
search when ,
is the leader key?
#4909
Comments
+1 In my vimrc, I use let mapleader = ','
noremap \ ,
When using this plugin in VSCode, I put this in my settings.json: "vim.leader": ",",
"vim.normalModeKeyBindings": [
{
"before": ["\\"],
"after": [","]
}
] the |
f
search when ,
is the leader key?
I tried it and it doesn't work: {
"vim.leader": ",",
"vim.normalModeKeyBindingsNonRecursive": [
{
"before": ["\\"],
"after": [","],
},
]
} |
725dbbc#diff-c9025b7738c54d06625e68c793a12e16ab2310e4df56e9c16e45883f5dea3c4aR128 |
How to go prev in f search when comma is the leader key?
the timeout seems doesn't work for me.
The text was updated successfully, but these errors were encountered: