Vi: Difference between revisions
Development;Tools |
No edit summary |
||
| Line 1: | Line 1: | ||
=== Learning VI === | === Learning VI === | ||
It's known for a relatively steep learning curve - because there are an unbelievable number of options for VI, but you can get by with a few basic commands (see below for the cheatsheet). | It's known for a relatively steep learning curve - because there are an unbelievable number of options for VI, but you can get by with a few basic commands (see below for the cheatsheet). | ||
| Line 39: | Line 38: | ||
=== VI Improved === | === VI Improved === | ||
On modern systems vim is actually the package that is installed because it succeeds the predecessor 'vi' There are many other vim-related packages. Check if vi is a symbolic link to vim (<code>file `which vi`</code>), and if not then <code>sudo apt-get install vim</code>. | On modern systems vim is actually the package that is installed because it succeeds the predecessor 'vi' There are many other vim-related packages. Check if vi is a symbolic link to vim (<code>file `which vi`</code>), and if not then <code>sudo apt-get install vim</code>. | ||
[[Category:Development]] | |||
[[Category:Tools]] | |||