Micro Cheat Sheet: Unterschied zwischen den Versionen

Aus Matts Wiki
Die Seite wurde neu angelegt: „This article holds my cheat notes for the [https://micro-editor.github.io/ Micro] terminal based text editor. === Soft Word Wrap === Ctrl + e and type <code>set softwrap on</code> Kategorie:Linux Kategorie:Terminal
 
Keine Bearbeitungszusammenfassung
Zeile 3: Zeile 3:
=== Soft Word Wrap ===
=== Soft Word Wrap ===
Ctrl + e and type <code>set softwrap on</code>
Ctrl + e and type <code>set softwrap on</code>
=== Run Terminal Commands ===
Ctrl + b and type terminal command for single commands.
Ctrl + e and type <code>term</code> for a full terminal window. Do a hsplit or vsplit first to have them both side by side
[[Kategorie:Linux]]
[[Kategorie:Linux]]
[[Kategorie:Terminal]]
[[Kategorie:Terminal]]

Version vom 29. September 2025, 19:04 Uhr

This article holds my cheat notes for the Micro terminal based text editor.

Soft Word Wrap

Ctrl + e and type set softwrap on

Run Terminal Commands

Ctrl + b and type terminal command for single commands.

Ctrl + e and type term for a full terminal window. Do a hsplit or vsplit first to have them both side by side