diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-04-05 20:41:53 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-04-05 20:41:53 +0000 |
commit | 910f66f90c928da8b607ccfdc12fc33d9cb8d4a9 (patch) | |
tree | 152a03d1d7ea3e8d433addba4f463d8a7a68a5fd /runtime/doc/usr_05.txt | |
parent | e2f98b95c8071f772695602cd4f714dc588eb8e7 (diff) | |
download | vim-git-910f66f90c928da8b607ccfdc12fc33d9cb8d4a9.tar.gz |
updated for version 7.0c10v7.0c10
Diffstat (limited to 'runtime/doc/usr_05.txt')
-rw-r--r-- | runtime/doc/usr_05.txt | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/runtime/doc/usr_05.txt b/runtime/doc/usr_05.txt index e2c6207a4..0906dc7e3 100644 --- a/runtime/doc/usr_05.txt +++ b/runtime/doc/usr_05.txt @@ -1,4 +1,4 @@ -*usr_05.txt* For Vim version 7.0c. Last change: 2006 Mar 24 +*usr_05.txt* For Vim version 7.0c. Last change: 2006 Apr 02 VIM USER MANUAL - by Bram Moolenaar @@ -25,27 +25,27 @@ Table of contents: |usr_toc.txt| *05.1* The vimrc file *vimrc-intro* You probably got tired of typing commands that you use very often. To start -with all your favorite option settings and mappings, you write them in what is -called the vimrc file. Vim reads this file when it starts up. +Vim with all your favorite option settings and mappings, you write them in +what is called the vimrc file. Vim executes the commands in this file when it +starts up. -If you have trouble finding your vimrc file, use this command: > +If you already have a vimrc file (e.g., when your sysadmin has one setup for +you), you can edit it this way: > - :scriptnames + :edit $MYVIMRC -One of the first files in the list should be called ".vimrc" or "_vimrc" and -is located in your home directory. - If you don't have a vimrc file yet, see |vimrc| to find out where you can +If you don't have a vimrc file yet, see |vimrc| to find out where you can create a vimrc file. Also, the ":version" command mentions the name of the "user vimrc file" Vim looks for. -For Unix this file is always used: > +For Unix and Macintosh this file is always used and is recommended: - ~/.vimrc + ~/.vimrc ~ -For MS-DOS and MS-Windows it is mostly one of these: > +For MS-DOS and MS-Windows you can use one of these: - $HOME/_vimrc - $VIM/_vimrc + $HOME/_vimrc ~ + $VIM/_vimrc ~ The vimrc file can contain all the commands that you type after a colon. The most simple ones are for setting options. For example, if you want Vim to |