Hacker News new | ask | show | jobs
by scarlac 2135 days ago
In any native text field, try a few CTRL-hotkeys you'd type in Terminal:

CTRL + K (delete to end of line)

CTRL + D (delete in place aka delete key (not backspace))

CTRL + A (go to start of line)

CTRL + E (go to end of line)