Hi, there,
Reading the documentation I learn that soft_undo should step back if I select too many lines with select_lines (Ctrl+Alt+Down). However, it just drops the selection of all lines and leaves a single cursor at the original line. There are no key-binding conflicts, since if I enable command logging in the console, I see that it is the soft_undo command which is triggered, not something else. Besides, soft_undo does work with find_under_expand (Quick Add Next) - if I select too many words with Ctrl+D, pressing Ctrl+U makes a step back. Using ST build 3207. Tested both under Ubuntu 18.04 and Windows 10 - the behavior is the same.
) Is it mentioned anywhere in the documentation (either official or nonofficial)? And why time-lapse does not apply when selecting words with Ctrl+D?