How do I autocomplete an entire line based on existing lines in the file?
<C-x><C-l>
The command triggers whole-line completion in insert mode.
225 results for "paste"
<C-x><C-l>
The command triggers whole-line completion in insert mode.
<C-w>
Pressing in insert mode deletes the word before the cursor instantly, without requiring you to switch to normal mode.
<C-o>{cmd}
Pressing in insert mode lets you execute one normal mode command and then automatically returns you to insert mode.
<Leader>tm
The vim-table-mode plugin by Dhruva Sagar turns Vim into a powerful table editor that automatically formats and aligns table columns as you type.
<C-n> / <C-p>
Vim has a powerful built-in completion system that requires zero plugins.