aboutsummaryrefslogtreecommitdiff
path: root/runtime/tutor/en/vim-01-beginner.tutor
diff options
context:
space:
mode:
authorFelipe Morales <hel.sheep@gmail.com>2015-10-26 14:47:11 +0100
committerFelipe Morales <hel.sheep@gmail.com>2015-10-26 14:47:11 +0100
commitc3f95ade91d828312255b0f6e976243a704f4af8 (patch)
treee14486e95b9e58037ae5c998af1c5faa2a061194 /runtime/tutor/en/vim-01-beginner.tutor
parent0f9dea2a0e344ded3bd4f8664acfed4fd3381c8e (diff)
downloadrneovim-c3f95ade91d828312255b0f6e976243a704f4af8.tar.gz
rneovim-c3f95ade91d828312255b0f6e976243a704f4af8.tar.bz2
rneovim-c3f95ade91d828312255b0f6e976243a704f4af8.zip
tutor: fix location for init.vim file
Diffstat (limited to 'runtime/tutor/en/vim-01-beginner.tutor')
-rw-r--r--runtime/tutor/en/vim-01-beginner.tutor3
1 files changed, 1 insertions, 2 deletions
diff --git a/runtime/tutor/en/vim-01-beginner.tutor b/runtime/tutor/en/vim-01-beginner.tutor
index bda4e3537e..06160a4918 100644
--- a/runtime/tutor/en/vim-01-beginner.tutor
+++ b/runtime/tutor/en/vim-01-beginner.tutor
@@ -883,8 +883,7 @@ Vim has many more features than Vi, but most of them are disabled by
default. To start using more features you have to create a "vimrc" file.
1. Start editing the "vimrc" file. This depends on your system:
- `:e ~/.vimrc`{vim} for Unix-like systems
- `:e $VIM/_vimrc`{vim} for Microsoft Windows
+ `:e ~/config/nvim/init.vim`{vim} for Unix-like systems
2. Now read the example "vimrc" file contents:
`:r $VIMRUNTIME/vimrc_example.vim`{vim}