Terminal New Line
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...
litos.hashnode.dev1 min read