Komut vim'e girildikçe komut gösterilsin mi?


16

Örneğin, gvim normal modda iseniz o zaman "a ayiw a kelime kaydetmek için aa, gvim" ayi gösterir sağ alt köşeye yakın yazarken. Konsol vim'de bu gerçek zamanlı görüntüyü elde etmek mümkün mü, nasıl ise?

Yanıtlar:


27

Sadece bu satırı ekleyin .vimrc:

set showcmd

Vim yardımından:

Show (partial) command in the last line of the screen.  Set this
option off if your terminal is slow.
In Visual mode the size of the selected area is shown:
- When selecting characters within a line, the number of characters.
- When selecting more than one line, the number of lines.
- When selecting a block, the size in screen characters:
  {lines}x{columns}.
Sitemizi kullandığınızda şunları okuyup anladığınızı kabul etmiş olursunuz: Çerez Politikası ve Gizlilik Politikası.
Licensed under cc by-sa 3.0 with attribution required.