Hacker News new | ask | show | jobs
by paulkroka 4675 days ago
How about using

bind -x '"\C-h":"cd ../;ls"'

(putting it into .bashrc) and then using control-h as a command on the shell to move a directory upwards. very useful for me.

1 comments

That's a good one!