ITE
ITE copied to clipboard
Remember the Go To input text as in package Remember Command Palette Input
- https://github.com/evandrocoan/RememberCommandPaletteInput/issues/1 Same effect but on Goto?
- https://forum.sublimetext.com/t/how-to-autofill-last-typed-text-on-show-overlay/36360 How to autofill last typed text on “show_overlay”
I made some progress as you can see on that thread, my problem is that the event is not triggered whenever I press Escape or Enter, any clues why?
It depends on the event type. There are some event Sublime Text does not throw (due bugs on Sublime Text). You can try to override the keybind escape and enter for you actions.