2

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?

CJ Dennis
  • 473

1 Answers1

0

I have discovered that Altleft and Altright will jump between words in the terminal. These key combinations don't work in vi, but it's a start!

CJ Dennis
  • 473