1
1
mirror of https://github.com/kahole/edamagit.git synced 2024-09-11 07:15:31 +03:00

Compare commits

...

2 Commits

Author SHA1 Message Date
Kristian Andersen Hole
f026de4e19
Merge pull request #287 from ajmcmiddlin/patch-1
Update extensions.vim_tab entry in README.md.
2024-01-08 08:39:52 +01:00
Andrew
9b4639a5e9
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.
2024-01-02 13:18:30 +10:00

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",