Skip to content

Instantly share code, notes, and snippets.

@Susensio
Last active September 17, 2018 08:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Susensio/516b04a4a08d6146f91836020e0e5443 to your computer and use it in GitHub Desktop.
Save Susensio/516b04a4a08d6146f91836020e0e5443 to your computer and use it in GitHub Desktop.
Add open terminal here shortcut in Debian 9.5 Gnome
# Source: https://askubuntu.com/questions/68078/keyboard-shortcut-for-open-a-terminal-here
echo "#! /bin/sh
gnome-terminal" > ~/.local/share/nautilus/scripts/Terminal
chmod +x ~/.local/share/nautilus/scripts/Terminal
# F12 or whatever
echo "F12 Terminal" > ~/.config/nautilus/scripts-accels
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment