kahole / edamagit

Magit for VSCode
https://marketplace.visualstudio.com/items?itemName=kahole.magit
MIT License
1.13k stars 66 forks source link

Update extensions.vim_tab entry in README.md. #287

Closed ajmcmiddlin closed 9 months ago

ajmcmiddlin commented 9 months ago

The keybindings for extensions.vim_tab did not work for me. The tab key didn't toggle folding of sections as expected. Removing the when field in the -extensions.vim_tab entry seemed to fix the problem for me.

Full disclosure: I don't have much knowledge of VS Code or its extensions and configuration. I just poked at a few things trying to fix my problem, and this seemed to work. As a result, I thought I'd raise this PR in case I stumbled across a desirable change.

ajmcmiddlin commented 9 months ago

I believe this relates to https://github.com/kahole/edamagit/issues/228.