我用:h user-manual | only命令打开了Vim用户手册(在一个窗口中打开它),现在我想输入/打开单独的文本文件。我试着把光标放在一个部分上,比如|usr_01.txt|,然后按CTRL键,但是什么也没发生。
Overview ~
Getting Started
|usr_01.txt| About the manuals
|usr_02.txt| The first steps in Vim
|usr_03.txt| Moving around
|usr_04.txt| Making small changes
|usr_05.txt| Set your settings
|usr_06.txt| Using syntax highlighting
|usr_07.txt| Editing more than one file
|usr_08.txt| Splitting windows发布于 2014-08-29 01:41:54
:h usr_01.txt等应该为你做这件事。
https://unix.stackexchange.com/questions/152709
复制相似问题