From 4a49aebfb99d5138437f4df09e566f51b3dd260e Mon Sep 17 00:00:00 2001 From: Cyrus Yip <60951091+CyrusYip@users.noreply.github.com> Date: Thu, 25 Aug 2022 01:56:31 +0800 Subject: [PATCH] ch22: move around files by `gf` --- ch22_vimrc.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ch22_vimrc.md b/ch22_vimrc.md index 5fd839c..279e826 100644 --- a/ch22_vimrc.md +++ b/ch22_vimrc.md @@ -259,6 +259,8 @@ source $HOME/.vim/settings/functions.vim source $HOME/.vim/settings/mappings.vim ``` +You can edit these files by putting your cursor under the path and press `gf`. + Inside `~/.vim/settings/plugins.vim`: ```