Skip to content

monaqa/modesearch.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🔎 modesearch.vim

Search with less backslash.

Installation

Follow the documentation of your favorite plugin manager.

Usage

Example:

nmap g/ <Plug>(modesearch-slash)
nmap g? <Plug>(modesearch-question)
cmap <C-x> <Plug>(modesearch-toggle-mode)

You can also start searching with a fixed mode with the following mappings:

" Always starts in 'rawstr' mode
nmap g/ <Plug>(modesearch-slash-rawstr)
" Always starts in 'regexp' mode
nmap g? <Plug>(modesearch-question-regexp)

Demo

demo-mode-search

About

Search with less backslash.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published