a
The
Command
The a command in Vim
Command
append
Append — enter insert mode after the cursor. Also used as the "around" selector in text objects (
a{selector}). Ctrl-a increments the number under the cursor.Examples
aea(append after word)Ctrl-a(increment number)
Related plugin
tpope/vim-speeddating — Increment dates, times, and more with CTRL-a/CTRL-x.
Reference
Learn every Vim command visually — right in your browser.
Add Vim What? to Chrome — FreeAlso on Firefox.
Related commands