Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 485 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 485 Bytes

magic.vim

Change the very-magic flag in search query.

demo

Usage

cnoremap <expr> <C-x> magic#expr()

Works with:

  • search
    • /
    • ?
  • commands
    • :global
    • :lvimgrep
    • :lvimgrepadd
    • :sort
    • :substitute
    • :vglobal
    • :vimgrep
    • :vimgrepadd

inspired by

monaqa/modesearch.vim