• software

vim

vim/**
specifying a range when running a ! shell command filters#
:read allows piping shell stdout into a buffer#
q: opens the command history window#
<C-r><C-w> in command mode will insert the word under the cursor in the cmd#
<C-d> in command mode presents an auto-completion list#
the :normal command runs normal commands on multiple lines#
the copy command doesn’t use a register#
command mode ranges based on patterns#
use c instead of deleting and inserting in visual mode#
replace mode#
the expression register#

Uplinks

  • software#
    • vim#
logo