Terminal New Line
Feb 16 · 1 min read · Ctrl+J (or Ctrl+V followed by Ctrl+J) inserts a literal newline character into your current command line in the terminal without executing it. This is handled by the readline library in shells like Bash or Zsh on macOS. Ctrl+J alone may submit the l...
Join discussion