aziz / SublimeFileBrowser

Ditch sidebar and browse your files in a normal tab with keyboard, like a pro!
MIT License
394 stars 46 forks source link

Avoid loosing focus on FileBrowser tab when opening a file #132

Closed Wramberg closed 7 years ago

Wramberg commented 7 years ago

Hey, Great plugin - I've configured two shortcuts:

The latter keeps loosing focus to the files I'm opening though - Is there a way to avoid this maybe ?

vovkkk commented 7 years ago

You can select multiple files with Sublime Text multiple cursors or by marking them with m or shift+/ and then open all marked/selected files.

Also you can preview file with shift+enter: focus will remain in browser and preview always take file under the first selection, so you can decide which file to mark or skip.