Mostra il comando mentre viene inserito in console vim?


16

Ad esempio, in gvim se sono in modalità normale, quindi premo "ayiw per trascinare una parola nel registro a, gvim mostra" ayi mentre lo scrivo vicino all'angolo in basso a destra. È possibile ottenere questo display in tempo reale in vim console, se sì come?

Risposte:


26

Aggiungi questa riga al tuo .vimrc:

set showcmd

Dall'aiuto di Vim:

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}.
Utilizzando il nostro sito, riconosci di aver letto e compreso le nostre Informativa sui cookie e Informativa sulla privacy.
Licensed under cc by-sa 3.0 with attribution required.