I've done an internet search for ubuntu terminal navigation keys
but it didn't return anything helpful to me. In Windows (command prompt or GUI), you can go to the next or previous word by pressing Ctrlright or Ctrlleft respectively, but these keys don't work in the Ubuntu terminal.
The only navigation keys I know that work are Home and End. What are the navigation keys to quickly jump between words in Ubuntu's terminal?
emacs
mode with defaultinputrc
bindings. If you've changed to a different shell (or configured bash to usevi
mode) then the behavior may be different. – steeldriver Sep 19 '19 at 01:27