Paste Large Text into Micro

Micro is a powerful code editor in terminal
with shortcut keys similar to GUI apps. However, pasting large
texts into Micro isn't just right-click on terminal.

Here's how to:

  • Enable paste instead of mimicking input
    • Ctrl+E, type set paste true, Enter
    • Ctrl+E, type set autoindent false, Enter
  • Set autoindent back for coding
    • Ctrl+E, type set autoindent true, Enter.

You'll only receive email when they publish something new.

More from 19331933
All posts