berknam
berknam
This is currently failing because of this https://github.com/VSCodeVim/Vim/commit/c54465dce242d0cf8f7b9d7e73b6ae59e48bb18e#commitcomment-40913575 I've made the proposed change here so that the tests would pass.
@J-Fields So I've made a push now with the fix for the 'tabs' situation. You can check the last commit message to know what the changes are. There are two...
> for example when I type an opening `
After PR #4995 gets merged it will be possible to make that operator with a key like `(Exchange)` with a default remap of `cx -> (Exchange)`
That is done through the `doesRepeatedOperatorApply` and `runRepeat` from `BaseOperator`. Then on `executeOperator` there is a check that runs the repeat version when you have more than one operator and...
@sql-koala Is this still an issue? Because I can't reproduce this. Both `cc` and `S` auto indent for me, even on empty lines.
> 3. Regardless, we need to solve the issue of a tab not creating a new `DocumentContentChangeAction`, only being rolled into an existing one (#2337) This might be doable when...
Another problem to add to this TAB key situation. Now with the remapper overhaul added in version 1.17 when you are writing a piece of code and the autocompletion shows...
I've been looking into this one and the #4544 (with its PR #4545) and I think I have a possible fix. The only issue it has right now is that...
@ElvenSpellmaker > Searching causes it to switch to visual mode (it didn't used to) Yes, this change was made recently. > then the editor starts behaving oddly and enters a...