有没有办法在VIM中搜索:digraph
表?\
不工作了,我的眼睛在搜索我想要的字形时开始散开。
发布于 2014-10-07 10:15:00
在那里你可以使用/ or ?
进行搜索
发布于 2014-10-07 10:37:38
您可以通过以下方式在暂存缓冲区中捕获实际的:digraph
输出:
:redir @a | silent digraph | redir END | new +setl\ buftype=nofile\ bufhidden=wipe | put! a
发布于 2014-10-07 12:48:21
除了给出的答案之外,您还可以尝试使用my unicode-plugin然后使用:Digraphs foobar
搜索名称与foobar匹配的有向图
https://stackoverflow.com/questions/26233530
复制