ctrlr.vim icon indicating copy to clipboard operation
ctrlr.vim copied to clipboard

Ex command history reverse-i-search for Vim

Results 1 ctrlr.vim issues
Sort by recently updated
recently updated
newest added

``` --- ctrlr.vim.org 2014-04-09 12:46:37.000000000 -0700 +++ ctrlr.vim 2014-07-17 11:15:41.000000000 -0700 @@ -43,10 +43,14 @@ function! s:ctrlr() let char = getchar() + " getreg('=') does not prompt for a new...