CTRL-X CTRL-F file names
CTRL-X CTRL-L whole lines
CTRL-X CTRL-D macro definitions (also in included files)
CTRL-X CTRL-I current and included files
CTRL-X CTRL-K words from a dictionary
CTRL-X CTRL-T words from a thesaurus
CTRL-X CTRL-] tags
CTRL-X CTRL-V Vim command line
COMPLETING FILE NAMES
COMPLETING IN SOURCE CODE
Repeating an insert
ctrl-a
ctrl-@
24.5 Copying from another line
ctrl-y
ctrl-e
24.6 Inserting a register
ctrl-r
24.7 Abbreviations
:iabbrev ad advertisement
ABBREVIATION SEVERAL WORDS
iabbrev JB Jack Benny
:iabbrev #b /****************************************
:iabbrev #e <Space>****************************************/
FIXING TYPING MISTAKES
:abbrevation teh the
LISTING ABBREVIATIONS
c Command-line mode :cabbrev
! both Insert and Command-line mode :abbreviate