From 04810c2b39fd8e80005b269ac8a4c69aa93cf3bf Mon Sep 17 00:00:00 2001 From: Felipe Morales Date: Mon, 26 Oct 2015 19:23:59 +0100 Subject: [PATCH] tutor: fix typo --- runtime/tutor/en/vim-01-beginner.tutor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}