Hacker News new | past | comments | ask | show | jobs | submit login

You can accomplish the same with basic editing commands, e.g.

    mv <filename> C-M-b C-k C-y C-y
It may seem overly complicated but notice that you don't have to release the control key, so it's actually very few key strokes.



You can also do control+x control+e to send the command line to your editor(whatever $EDITOR points to).


On short commands, it tends to be slow in comparison of using GNU Readline directly




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: