One motivating factor in using a terminal is the productivity gains... that is, once you can sweep the keyboard like an 80's metal guitarist. Getti...
For further actions, you may consider blocking this person and/or reporting abuse
Little aside:
These are the default
emacs-style commands.If you are more into
vithere is the possibility to use that:set -o vi.The use of a other shell than bash (e.g. zshell) will improve your experience further (TAB-completion is meh! under bash)
In case you intend to use fish, you have to unlearn too many things. Use at your own risk.
Thanks for sharing!
I would also add:
CTRL + SHIFT + T: create a new terminal tabCTRL + SHIFT + W: close the current terminal tabmkdir path/to/dir && cd $_: create a directory and cd into it as soon as it is created; the same concept can be applied to filesIt would be useful to set an alias for that last one.
Thank you for the great post. I didn’t know about ![#number].
Wait until you see
!-2;)Thanks a lot for this.. you saved lot of my time :)