Skip to content

Instantly share code, notes, and snippets.

@krishbhanushali
Created July 31, 2021 03:25
Show Gist options
  • Save krishbhanushali/5ae3fcf092b4a5a870238b256e89a972 to your computer and use it in GitHub Desktop.
Save krishbhanushali/5ae3fcf092b4a5a870238b256e89a972 to your computer and use it in GitHub Desktop.
command function
a Insert characters at the right of the cursor
A Insert characters at the end of the line
i Insert characters at the left of the cursor
I Insert character at the beginning of the line
o Insert a new line below the cursor
O Insert a new line above the cursor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment