Skip to content

Instantly share code, notes, and snippets.

@leotac
Created November 6, 2013 16:58
Show Gist options
  • Save leotac/7339850 to your computer and use it in GitHub Desktop.
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
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