I would like to be able to add bookmarks (not toggle) to all lines matching results of a find operation. Currently in SublimeText I have figured out I can do Ctrl+F, type in search term, do “find_all” (Alt+Enter), do “toggle_bookmark” (Ctrl+F2). However there are a few problems with this.
-
I am looking for a keyboard shortcut command that is “add_bookmark” and not “toggle_bookmark”. The problem is that if I have some lines already bookmarked and they ALSO match the results of my find, then I would not like the bookmark to be removed from these lines. I would like bookmarks to only be added based on the results of the find, not toggled and not ever removed.
-
I would like to do it all in one keystroke. Thus I propose a new keyboard shortcut command “find_all_addbookmark” which will do “find_all” followed by a “add_bookmark” operation based upon a selected word or entry in the find bar. I think it would be helpful to simple users to even have this as a button on the find bar since it is so handy.
Thanks.