Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there any Ctrl - R kind of command search in vim?

Tags:

vim

we have Ctrl - R command to quickly search bash command history. Is there any similar command to use in vim command history & also search history.

like image 255
Ravi Chandra Avatar asked Sep 10 '14 04:09

Ravi Chandra


1 Answers

Don't have enough rep to comment, but in regards to your question about search history:

You can use q/ just like q: to view the search history.

Alternatively you can press CTRL-F from command or search mode to bring up the history.

like image 142
Caek Avatar answered Sep 24 '22 03:09

Caek