The VSCodeVim team prioritizes issues based on reaction count.
In the original vim
indent a line - functionality which is already covered by VSCodeVim.
FYI: This is currently implemented via gd, however C-] is the keymap used in VIM.
Also, please implement the inverse of C-], C-T. C-T can likely be mapped to back.
@idvorkin <C-t> should currently be mapped to <C-o>
C-T is the inverse of C-]. FYI the difference between C-T and C-O from stack overflow .
I added these mappings in PR #2001 using the history for now, as suggested. Looks like a real tag stack is all low priority on the roadmap, which is fine by me for now.
Most helpful comment
I added these mappings in PR #2001 using the history for now, as suggested. Looks like a real tag stack is all low priority on the roadmap, which is fine by me for now.