a-guide-to-mlops icon indicating copy to clipboard operation
a-guide-to-mlops copied to clipboard

Add tips about very basis of Vim editor (through git)

Open rmarquis opened this issue 3 months ago • 0 comments

Through the usage of git, the user might come accross Vim or Nano, especially on WSL2.

Add a small tips info box giving the bare minimal, survival vim kit:

  • esc for 'normal' mode, i for insert
  • :w for write, :q for quit, :wq for both, :q! to quit without saving.

Do the same for Nano (^O, ^X for write and quit).

rmarquis avatar Mar 22 '24 08:03 rmarquis