Answers for "terminal cursor nav"

0

terminal cursor nav

# terminal cursor nav
Alt-left - move word to left
Alt-right - move word to right

Ctrl-a | Cmd-a - move to beginning of line
Ctrl-e | Ctrl-e - move to end of line

Ctrl-xx | Cmd-xx - jump to beginning of the line and back
to current position on second use.

Ctrl-u | Ctrl-u - delete all to left of cursor
Ctrl-k | Cmd-k - delete all to right of cursor
Posted by: Guest on August-27-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language