commands.sh

edit

alllinux

A terminal-based text editor from Microsoft.

More info →

Examples (7)

Open a file

edit path/to/file

Search for a pattern

<Ctrl f>pattern<Enter>

Find and replace a pattern

<Ctrl r>pattern<Enter>

Copy text

<Ctrl c>

Paste text

<Ctrl v>

Open the File menu

<Alt f>

Quit

<Ctrl q>
made by @shridhargupta | data from tldr-pages