Paste Large Text into Micro
July 3, 2022•63 words
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
- Ctrl+E, type
- Set autoindent back for coding
- Ctrl+E, type
set autoindent true
, Enter.
- Ctrl+E, type