Afficher la commande telle qu'elle est entrée dans la console vim?


16

Par exemple, dans gvim si je suis en mode normal, j'appuie sur "ayiw pour extraire un mot du registre a, gvim affiche" ayi lorsque je le tape près du coin inférieur droit. Est-il possible d'obtenir cet affichage en temps réel dans la console vim, si oui, comment?

Réponses:


26

Ajoutez simplement cette ligne à votre .vimrc:

set showcmd

Depuis l'aide de 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}.
En utilisant notre site, vous reconnaissez avoir lu et compris notre politique liée aux cookies et notre politique de confidentialité.
Licensed under cc by-sa 3.0 with attribution required.