1
1
mirror of https://github.com/kahole/edamagit.git synced 2024-10-26 09:00:54 +03:00

Update extensions.vim_tab entry in README.md.

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.
This commit is contained in:
Andrew 2024-01-02 13:18:30 +10:00 committed by GitHub
parent 4fff85a512
commit 9b4639a5e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -119,8 +119,7 @@ remove the default edamagit bindings and the collisions with the Vim extension.
},
{
"key": "tab",
"command": "-extension.vim_tab",
"when": "editorTextFocus && vim.active && !inDebugRepl && vim.mode != 'Insert'"
"command": "-extension.vim_tab"
},
{
"key": "x",