Nautilus has the ability to assign a keyboard shortcut to open a terminal at the current folder.
Is this possible in Nemo (I have version 2.6.7, running on Linux Mint 17.2)?
Nautilus has the ability to assign a keyboard shortcut to open a terminal at the current folder.
Is this possible in Nemo (I have version 2.6.7, running on Linux Mint 17.2)?
Yes, it's possible but not obvious how to do it:
Create the file ~/.gnome2/accels/nemo:
$ mkdir -p ~/.gnome2/accels
$ touch ~/.gnome2/accels/nemo
Then add the following line in that file (replace "F4" with whatever shortcut you want to use):
(gtk_accel_path "<Actions>/DirViewActions/OpenInTerminal" "F4")
This worked for me with Nemo 3.6.5 on Ubuntu 18.04.
Source: https://forums.linuxmint.com/viewtopic.php?f=47&t=225682#p1197133
In Nemo, a terminal is just part of the package! No funny shortcuts needed! :-)
Just ensure the plug-in is installed:
sudo apt-get install nemo-terminal
Which will ensure you have a terminal ready at all times.
If you want additional terminals on top of the standard one, just right-click any directory and choose the menu-item Open in Terminal and it'll open an additional terminal. Continue doing this for more terminal windows. ;-)