π Supercharge Your Linux Command Line Productivity!
Cursor navigation through key bindings
ctrl + a : Moves the cursor to the start of the command.
ctrl + e : Moves the cursor to the end of the command.
ctrl + w : Deletes the single word to the left of the cursor.
ctrl + u : Deletes all words to the l...
nagapuneeth.hashnode.dev4 min read
Manish Dhakal
I didn't know about the search through the history of command. Thanks for sharing