Vim 不同于其他编辑器或者 IDE,它被称作“编辑器之神”,它小巧、启动极快、可运行在任何主流系统上...
default regex engine. -S, --smart-case Searches case insensitively if the pattern is all lowercase, case sensitively otherwise. -s, --case-sensitive Searches case sensitively. -v, --invert-match Invert matching. Show lines that do not match the given patterns. -w, --word-regexp Only ...
end, {}) ), -- It's possible to use capture-groups inside regex-triggers. s( { trig = "b(%d)", regTrig = true }, f(function(_, snip) return "Captured Text: " .. snip.captures[1] .. "." end, {}) ), s({ trig = "c(%d+)", regTrig = true }, { t("will only ...
nmap<C-[>s :cs find s<C-R>=expand("<cword>")<CR><CR>"search word in the project and the word can be in text nmap<C-[>t :cs find t<C-R>=expand("<cword>")<CR><CR>"search word in the project and the word can be in text, support regex nmap<C-[>e :cs find e<C...
disable_virtual_text: do not use virtual text to highlight the virtual end of a block, for languages without explicit end markers (e.g., Python). include_match_words: additionally include traditional vim regex matches for symbols. For example, highlights /* */ comments in C++ which are ...
vim.easymotionJumpToAnywhereRegexCustom regex to match for JumpToAnywhere motion (analogous toEasymotion_re_anywhere). Example setting (which also matches start & end of line, as well as Javascript comments in addition to the regular behavior (note the double escaping required): ^\s*.\b[A-Za...
--regex-markdown=/^##[ \t]+(.*)/\1/i,Heading_L2/ --regex-markdown=/^###[ \t]+(.*)/\1/k,Heading_L3/ 以下为原文: NERV镇楼 作为一个在校大学生, 我常常苦恼于如何有效记笔记一事。理想状态的笔记方式应当保证录入准确快速,整理总结时不额外浪费时间,可电子化,事后查找方便。
Vcs.Log.EnableFilterByRegexAction Vcs.Log.ExpandAll Vcs.Log.FocusTextFilter <C-L> Vcs.Log.GetVersion Vcs.Log.GoToChild <Left> Vcs.Log.GoToParent <Right> Vcs.Log.GoToRef <C-F> <A-F3> Vcs.Log.HighlightersActionGroup Vcs.Log.IntelliSortChooser Vcs.Log.LayoutConfiguration Vcs...
Improve logic of sorting completion items, strict match items comes first. 2018-11-07 Break change word source removed from custom sources, enabled for markdown by default. Break change ignore sortText when input.length > 3. Break change show prompt for install coc-json when not found. Fix ...
version "5.0.0" resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.0.tgz#388539f55179bf39339c81af30a654d69f87cb75" integrity sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg== ansi...