savioret
savioret
This was fixed in pull request #177
It seems that the addText function which calls the callbacks already holds a copy of the `$size` of the text. This means that no matter what you change on the...
What about just using an existing action bound to a key ? The only difference is that this approach does not remove the current selection. At least is a temporary...
I make use of those keybindings which make the search behave a you describe, more or less like emacs does: ``` { "key": "enter", "command": "closeFindWidget", "when": "editorFocus && findWidgetVisible"...