This is a simple Sublime Text 3 package that adds a hotkey and a command to reveal a file in its parent directory with the Nemo file manager.
The hotkey defaults to Alt + Shift + F. Use the open_folder_in_nemo command in your key bindings to customize it, e.g.:
[
{
"keys": ["alt+shift+f"], "command": "open_folder_in_nemo"
}
]In addition to the hotkey, you can access the plugin via the command palette (command: Open in Nemo file manager).
This plugin is licensed under the GNU GPLv3. A copy of the license is included in the LICENSE file that accompanies this README.
Copyright 2014 Glutanimate: original plugin, https://github.com/glutanimate/sublime-open-in-nautilus)
Copyright 2017 Yassine MADDOURI