Closed vbd closed 1 month ago
A mapping for CTRL-R like in insert mode but for command mode.
I tested cnoremap <silent> <Plug>(peekaboo) :<c-u>call peekaboo#aboo()<cr> and cnoremap <silent> <Plug>(peekaboo) <c-\><c-o>:<c-u>call peekaboo#aboo()<cr> but both didn't work.
cnoremap <silent> <Plug>(peekaboo) :<c-u>call peekaboo#aboo()<cr>
cnoremap <silent> <Plug>(peekaboo) <c-\><c-o>:<c-u>call peekaboo#aboo()<cr>
A mapping for CTRL-R like in insert mode but for command mode.