Junio writes: > I somehow doubt that users of vim types "!git jump diff" (or > whichever submode they want) from within vim's command prompt; > wouldn't they typically wrap the invocation in a vim macro? Vim-user here. I run "git jump (options)" from a shell quite a bit, but when I'm in vim I tend to use ":Ggrep" and similar commands from the fugitive plugin [1]. I don't *think* I'm alone in this. I'm not really arguing either side, just pointing out that other workflows exist (and indeed, I'm unlikely to run ":!git jump diff"). [1]: https://github.com/tpope/vim-fugitive D. Ben Knoble