vim-websearch 允许您从 Vim 中触发网络搜索。您可以搜索光标下的单词、视觉选择或您键入的内容。

配置变量:

  • g:web_search_engine:可选值为 '谷歌''鸭子'。选择您希望使用的搜索引擎,默认值为 '鸭子'

  • g:web_search_query:任何字符串。如果设置了 g:web_search_engine,该变量将无效,您的搜索词将添加到此。无默认值。

  • g:web_search_browser:可选值为 '猞猁''Chrome'。选择您希望使用的浏览器,默认值为 '猞猁'

  • g:web_search_command:任何字符串。如果设置了 g:web_search_browser,该变量将无效。用于指定您最喜欢的浏览器,无默认值。

  • g:web_search_use_default_mapping:可选值为 '是' 或其他。如果设置为 '是',将启用默认映射。