Answers for "3 modes of vim"

1

3 modes of vim

# 3 modes of vim
- INSERT
- NORMAL
- VISUAL
# change modes in vim
INSERT [ESC}> NORMAL [ESC]> VISUAL
INSERT  <i    NORMAL   <v   VISUAL
Posted by: Guest on July-08-2021

Browse Popular Code Answers by Language