Open firejox opened 1 year ago
This idea is borrowed from the web browser Vivaldi. It allows user type different nickname to switch different search engine. For example,
g [search pattern]
w [search pattern]
In CtrlP, it can be:
f [search pattern]
b [search pattern]
t [search pattern]
I think this will be great because people don't need to keep pressing <c-f>/<c-b> to switch mode and then search.
<c-f>/<c-b>
This idea is borrowed from the web browser Vivaldi. It allows user type different nickname to switch different search engine. For example,
g [search pattern]
will search with Google Searchw [search pattern]
will search with Wikipedia.In CtrlP, it can be:
f [search pattern]
will search fileb [search pattern]
will search buffert [search pattern]
will search tag and so on.I think this will be great because people don't need to keep pressing
<c-f>/<c-b>
to switch mode and then search.