Created
November 6, 2013 16:58
-
-
Save leotac/7339850 to your computer and use it in GitHub Desktop.
Open terminal in current nautilus window, Ubuntu 12.04/64 and add shortcut
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo apt-get install nautilus-open-terminal | |
| cd ~/.gnome2/accels | |
| vi nautilus | |
| # Uncomment (remove semicolon) and add shortcut | |
| (gtk_accel_path "<Actions>/ExtensionsMenuGroup/NautilusOpenTerminal::open_terminal" "<Alt>n") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment