aboutsummaryrefslogtreecommitdiff
path: root/runtime/tutor/en/vim-01-beginner.tutor
diff options
context:
space:
mode:
authorFelipe Morales <hel.sheep@gmail.com>2015-10-26 19:23:59 +0100
committerFelipe Morales <hel.sheep@gmail.com>2015-10-26 19:23:59 +0100
commit04810c2b39fd8e80005b269ac8a4c69aa93cf3bf (patch)
treed5a1e0fbcae12ce351c18c9418d4a66dccf70c07 /runtime/tutor/en/vim-01-beginner.tutor
parent77e93a65fe9a435fd80735777777bc7adb9a20c3 (diff)
downloadrneovim-04810c2b39fd8e80005b269ac8a4c69aa93cf3bf.tar.gz
rneovim-04810c2b39fd8e80005b269ac8a4c69aa93cf3bf.tar.bz2
rneovim-04810c2b39fd8e80005b269ac8a4c69aa93cf3bf.zip
tutor: fix typo
Diffstat (limited to 'runtime/tutor/en/vim-01-beginner.tutor')
-rw-r--r--runtime/tutor/en/vim-01-beginner.tutor2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/tutor/en/vim-01-beginner.tutor b/runtime/tutor/en/vim-01-beginner.tutor
index 06160a4918..f791e727e7 100644
--- a/runtime/tutor/en/vim-01-beginner.tutor
+++ b/runtime/tutor/en/vim-01-beginner.tutor
@@ -883,7 +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 ~/config/nvim/init.vim`{vim} for Unix-like systems
+ `:e ~/.config/nvim/init.vim`{vim} for Unix-like systems
2. Now read the example "vimrc" file contents:
`:r $VIMRUNTIME/vimrc_example.vim`{vim}