De command stand geeft de mogelijkheid voor het geven van commando's om tekst te veranderen.
The command mode allows the entry of commands to manipulate text.
Deze ^d werkt alleen in de insert stand, niet in de command stand.
Om het commando g toe te kennen aan de toets 'G' in command stand moet bijvoorbeeld het volgende worden gegeven::map g G. In combinatie met precies hetzelfde inzetten als wat tussen aanhalingstekens staat gegeven in bovenstaande voorbeelden.
For example, to map the 'g' command to the 'G' character in command mode, the command is:map g G, and combined with the above command, you get this
Om het commando g toe te kennen aan de toets 'G' in command stand moet bijvoorbeeld het volgende worden gegeven::map g G. In combinatie met bovenstaand commando wordt dit nu
For example, to map the 'g' command to the 'G' character in command mode, the command is:map g G, and combined with the above command, you get this
Je kunt deze toets twee keer achter elkaar aanslaan, dan zal VI zeker in de command stand staan.
You can hit escape two times in a row and VI would definitely be in command mode.
VI kent twee gebruiksstanden en om er uit te komen moet je in de command stand (mode) staan.
The VI editor has two modes and in order to get out of VI, you have to be in command mode.
Het aanslaan van Escape in de command stand zal hem niet uit deze stand halen.
Hitting escape while you are already in command mode doesn't take the editor out of command mode.
VI begint in de command stand.
VI starts out in command mode.
Druk op de Escape-toets of Esc (als je terminal een dergelijke toets niet heeft probeer dan ^[) om in de command stand te komen.
Hit the key labeled "Escape" or "Esc" (If your terminal does not have such a key, then try ^[, or control-[.) to get into command mode.
Het intikken van een commando in de command stand Commando's in de command stand hebben meestal het volgende formaat (optionele argumenten staan tussen vierkante haken)
How to Type Commands in Command Mode The command mode commands are normally in this format: (Optional arguments are given in the brackets)
De terminal zou wel een piep kunnen geven om aan te geven dat je al in de command stand staat.
It may beep to tell you that you are already in that mode.