|
|
|
|
|
by brianloveswords
6672 days ago
|
|
OR you can do:
CTRL+e for beginning of the line,
CTRL+a for the end,
CTRL+k to kill from the caret to the end of the line,
CTRL+u to kill from the caret to the beginning,
CTRL+h to backspace one character,
CTRL+w to backspace one word,
CTRL+f to move forward one character,
CTRL+b to move backwards one. Many might recognize these from emacs. |
|