answersLogoWhite

0

j or

[or down-arrow] move cursor down one line

^f move forward one screen

* u UNDO WHATEVER YOU JUST DID; a simple toggle

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

What are some examples of formal commands?

Some examples of formal commands include positive and negative commands. For example, telling a dog to bring you your paper by saying "Fifi, bring me my paper! is a positive command, whereas telling your dog not to bring you your paper by saying "Fifi, don't bring me the paper, is a negative command.


List 10 commands of vi editor in unix?

Look for a vi tutorial (they are usually online for Linux anyway). Or, search for "vi cheat sheet". Example is in related links.


What are a full list of commands on Freenode?

To use the Freenode IRC servers, you will need to use different commands to perform different actions. The Freenode website has a full list of all of the commands used. Some examples of these commands include D, R, and Z.


Is vi editor is same as DOS editor?

Not at all the same. Commands, interface, abilities are very different.


Which command is used copy and paste in vi editor of UNIX?

The 'yank' and 'put' commands are used to copy and paste lines in a file using 'vi'. Each series of lines that are yanked can be put into a named (or unamed) buffer from a to z and then pasted in the appropriate place in the file. To actually do this procedure takes more than a simple answer so it is suggested that you search using a internet search engine for examples of how to do that or use the 'man vi' command to see the exact procedure in 'vi'.


Is an advanced version of more and provides key commands from the vi text editor to enhance file viewing?

Less


Why is the vi editor called a bimodal editor and Explain?

Vi (pronounced vee-eye), the standard screen-oriented editor provided with Unix operating systems, is the ``visual'' mode of the Ex line editor. Both Vi and Ex commands can be issued from within Vi. Source-The Internet.


What are some examples of do?

Some very basic examples of DOS commands include the "cd" command, which allows a user to change to a specific directory. Another command is the "ping" command which sends an internet signal to a location.


Examples of dos command?

Some DOS commands are:backupcd for change directorycls for clear screencopydir for directoryeraseexitmd for make directoryren for rename


What were the obligation to the Hebrew god?

All of the commands and beliefs in the Torah. Some examples of the commands: Putting on Tefillin (phylacteries) in the morning The sukkah-booth during Sukkot Avoiding leavened products in Passover Keeping kosher


What are edot in Judaism?

Edot, also pronounced eydot (or eydos) are mitzvot (Torah-commands) which commemorate. The Sabbath, the festivals, and tefillin are some examples.


What is a filter in Unix?

A Unix filter is a command pattern that allows the output of one command to be "piped" into the input of the next command. Commands like 'ls' which list a directory are not filters since they only generate output. Filter examples are grep, sed, sort, uniq, awk. Commands in Unix are usually filters unless they only create output, like 'ls', 'vi', etc.