-
-
Notifications
You must be signed in to change notification settings - Fork 67
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
Keybindings for TAB
broken
#274
Comments
I had the same. Many thanks! |
Just to confirm, another report here. I thought I was going crazy trying to diff an unstaged file with TAB 😂 Thank you for the temp fix @ralexstokes !! Worked like a charm. |
Just ran into this as well. Thanks for the fix! |
oh my god, you are a life saver! thank you so much ❤️ |
Just ran into this too, thanks for the solution! |
I am running into this too. Do all of you have vim bindings? I do not have vim bindings.And the above fix does not work for me @ralexstokes |
What version of vscode are yall running? |
I'm running Fixed by the change proposed by @ralexstokes, thanks! |
@nimbletactician I'm running vim bindings and have VSpaceCode installed. |
1.81.1 |
@kahole Version: 1.82.1 |
@derkling : Would you happen to have vim bindings too? |
Thanks for responding @maxwedwards. I have tried a bunch of settings but still no luck. I do use IntelliJ Keybindings; not sure if that has a bearing. |
I'm running this as well, and on |
Curious about what possible setting needs to be changed for someone like myself running neither of the bindings. To be precise: The tab folding feature on the Unstaged Changes line is working i.e. when I hit tab on the Unstaged Changes line, it does show/hide the underlying file. However, when I hit the tab on the file line to see the diff, it does not work. Unstaged changes (3) @ralexstokes @kahole @maxwedwards |
I don't know @nimbletactician I would start by looking at what TAB is currently bound to in your keybindings. |
@nimbletactician I'm running into this issue too. Can't find any obviously overlapping keybindings. I'll update here if I find a solution. |
Thank you, @ralexstokes, so much! ❤️ |
Thank you @ralexstokes, this is great |
Separate issue for tab folding problems beyond vim keybindings: #228 |
The keybinding for
TAB
recently broke for me, I'm assuming due to some underlying change in VSCode (or possibly the Vim extension?).After a little debugging, I found changing the editor focus scoping fixes the issue:
Change: edit keybinding to use
editorTextFocus
in lieu ofeditorFocus
.After the change my
keybindings.json
looks like:I'm opening this issue in case anyone else has the problem and is looking for a solution.
The text was updated successfully, but these errors were encountered: