Question

I found myself typing 'cd ..' quite often. Just to reduce number of keystroke, Is there any shortcut/key combo I can use to go up one directory? If not, how do I create one?

Instead of aliasing "cd ..", can I set up something like "ctrl + p"?

Was it helpful?

Solution

the following command can make you execute cd .. by pressing Ctrl+t

bind '"\C-t":"cd ..\n"'
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top