Frage

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"?

War es hilfreich?

Lösung

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

bind '"\C-t":"cd ..\n"'
Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top