If you can see this check that
| next section | prev section | up | prev page | next page |
As well as using the keys h,j,k, and l to move the cursor left, down, up, and right respectively, must terminals let you use the arrow keys to perform the same function.
Another useful cursor moving command is G, which functions as a goto command. For example, to go to line 256 of a file you would type 256G and the cursor would move to that line. To find out your current line number at any time, you can press CTRL-G in command mode and to display the line numbers along the left margin of your file, you can type
:set number
| Tutlinks: | intro1 intro2 wildcard permission pipe vi essential admin net fwall DNS diag Apache1 Apache2 MySQL1 MySQL2 |
| Useful: | Quiz Forums |
| Site Links: | XMLZoo ActiveSQL ProgZoo SQLZoo |