DEV Community

Discussion on: Leveling Up Your Terminal/Command-Line Navigation

Collapse
 
thomasjunkos profile image
Thomas Junkツ • Edited

Little aside:

  • These are the default emacs-style commands.
    If you are more into vi there 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.