blob: 62deac720143d2620c7a5964489f9ca487aa7df8 (
plain)
1
2
3
4
5
  | 
" TODO: if not on start of word, ensure we move to previous match
nnoremap <silent> c# ?\C<C-r>=expand('<cword>')<CR><CR>
nnoremap <silent> c* /\C<C-r>=expand('<cword>')<CR><CR>
" TODO: Currently behaves like g* g#. Need * # versions.
  |