TASIOMIND.DEV — OPERATIONAL▸▸▸FULL STACK DEVELOPER @ GWQ SERVICEPLUS AG▸▸▸FOUNDER — K8SGPT.AI▸▸▸OPEN SOURCE: ACTIVE▸▸▸DISTRIBUTED SYSTEMS / KUBERNETES / AI▸▸▸RUST + GO + PYTHON▸▸▸FIELD TESTED / STATUS — NOMINAL▸▸▸LOCATION: EUROPE/BERLIN▸▸▸TASIOMIND.DEV — OPERATIONAL▸▸▸FULL STACK DEVELOPER @ GWQ SERVICEPLUS AG▸▸▸FOUNDER — K8SGPT.AI▸▸▸OPEN SOURCE: ACTIVE▸▸▸DISTRIBUTED SYSTEMS / KUBERNETES / AI▸▸▸RUST + GO + PYTHON▸▸▸FIELD TESTED / STATUS — NOMINAL▸▸▸LOCATION: EUROPE/BERLIN▸▸▸

Vi and Vim

August 20, 2015

Vi

Importance of Vi

Usually the text editor we can throw on a boot disk. It's very light weight, very small in terms of memory size.

You can actually make command line arguments from within Vi, like cerating a directory.

Vi vs Vim

Vim is the improved version of Vi. In most distributions Vi has been replaced by Vim. Vim is backwards-compatible with Vi.

Modes:

  • i insert mode
  • ex ex mode
  • : command mode

Changing modes = esc

yank = copy