This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |