Speaking of moving between search and the actual results. Can I use the keyboard to open a result from the results pane of Find In Files?
Right now I double-click on the result I'm interested in to go to the file that contains it. Is there a way to do this by only using the keyboard? I've tried various combinations of Alt/Shit/Ctrl+Enter but nothing works. I've looked in the console after setting
- Code: Select all
sublime.log_commands(1)
but I didn't see any relevant command being fired. Ultimately I'd like to be able to search across files, select a result and open it
all without touching the mouse.