We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It's nice that I can navigate in sidebar using vim commands like j,k, gg, G but I wish I could expand/fold folders using h,l.
j,k, gg, G
h,l
The text was updated successfully, but these errors were encountered:
It could be solved using list commands: So I think it solves my issue, but it would be nice if it would be by default in plugin.
Sorry, something went wrong.
Feel free to submit a PR. Should be a fairly straightforward fix to add this to our package.json
Add: "h", "l" keybindings for sidebar
8e4e5d7
closes: VSCodeVim#2230
058e31a
53e5605
5b7f64f
closes: #2230
Successfully merging a pull request may close this issue.
It's nice that I can navigate in sidebar using vim commands like
j,k, gg, G
but I wish I could expand/fold folders usingh,l
.The text was updated successfully, but these errors were encountered: