I have recently moved to Ubuntu 22.04.2 LTS
and had the exact issue of not being able to open the terminal on the current directory. For example, in windows I could use alt+d
and then write cmd
, and the terminal would open in the current directory.
This is the closest I could get to open terminal in the current working directory using just the keyboard (it has a bit more keystroke but might be useful also)
When we are in a folder and want to open the terminal at the same place, then the following keystroke brings the terminal up in the current directory
shift+f10
then two up arrow
keystroke and enter
I have to say I came across this by accident while pressing some keys on my keyboard.
I hope it helps :)
UPDATE I: I just noticed one limitation of this approach while using the above-mentioned approach. If I am already selecting one file/folder, then shift+f10
does not open the floating window that has Open in Terminal
option, but it opens another floating window that is specifically related to the file/folder I have selected.
UPDATE II: Found a more convinent way shift+f10
+ e
. This works like a charm (given the limitation mentioned in UPDATE I sadly)