set command in vi

0

set -o vi

To switch into vi command mode, press <Esc>. You can use the vi cursor movement keys “k” (up, towards older commands), or “j” (down, towards more recent commands). You can also move left or right along the line using the “h” (for left) or “l” (for right) keys.

Share.

About Author

Leave A Reply