Tip27: Meet Vim's Command Line

January 12, 2021 ยท View on GitHub

:

switch into Command-Line mode.

tip27

:h ex-cmd-index

command list

:<C-w> <C-u> (Insert || Command-Line)

delete backward to the strong1art of the previous word delete backward to the start of the line

:<C-v> <C-k>

insert characters that are not found on the keyboard.

:<C-r>{register}

insert thate contents of any register at the command line.

Tip26 Tip28

Contents

  1. 1:h ex-cmd-index
  2. 2(Insert || Command-Line)">:&#x3C;C-w> &#x3C;C-u> (Insert || Command-Line)
  3. 3">:&#x3C;C-v> &#x3C;C-k>
  4. 4{register}">:&#x3C;C-r>{register}