我最近正在学习 vim,因为我必须在一些受限机器上使用 vim。由于我是 vscode 用户,我想找到ctrl+f和ctrl+ shift+f相当于做字符串搜索
Ctrl+f will search within the file
ctrl+shift+f will search in all the files in the folder tree.
我添加了 ripgrep ,它搜索 :Rg! ,它总是在所有文件中搜索Ctrl++ 是否可以使用 Rg 来搜索文件shift?f(如ctrl+ f)。
还有如何在vim中添加ctrl+f和ctrl++shift映射f