Skip to content

Instantly share code, notes, and snippets.

View AmirAli-AZ's full-sized avatar
😀

Amir Ali Azimi AmirAli-AZ

😀
  • Shahriari programmers
  • Tehran
View GitHub Profile
@AmirAli-AZ
AmirAli-AZ / my-vim-notes.txt
Last active March 1, 2023 01:10
my vim notes
# vim modes
defualt mode: normal mode
i -> insert mode (inserting the text)
v -> visual mode (selecting the text)
esc -> exit the mode (back to normal mode)
# vim commands
:q -> quit