sublime-selectuntil
sublime-selectuntil copied to clipboard
How to add args to quick hot command?
self.view.run_command("select_until", {"extend":True, "regex search": "/(\b.*)([\r\n] .*|\b.*)+((?:\d+\.)? +)*/"})
or on keyboard shortcuts
can't figure out how to add
Thanks