Skip to content

Instantly share code, notes, and snippets.

View hsteinshiromoto's full-sized avatar

Humberto STEIN SHIROMOTO hsteinshiromoto

View GitHub Profile
@hsteinshiromoto
hsteinshiromoto / vim.md
Created October 29, 2024 22:03 — forked from hansrajdas/vim.md
VIM commands

Acronym

  • C-a ==> CTRL-a

Modes in VIM

  • Normal mode(n) When we open mode, the default mode is normal
  • Insert mode(i) When we want to insert some text, we press i, a or A etc to go in insert mode
  • Command mode(c) When we type colon(:) from normal mode, we enters command mode
  • Visual mode(v) Using v or V or C-i

Start VIM