зеркало из
https://github.com/iharh/notes.git
synced 2025-10-30 05:06:05 +02:00
7 строки
210 B
Plaintext
7 строки
210 B
Plaintext
(? grep.vim)
|
|
nnoremap <silent> <F3> :Rgrep<cr>
|
|
nnoremap <silent> <S-F<F3>> :RgrepAdd<cr>
|
|
nnoremap <silent> <C-F<F3>> :GrepBuffer<cr>
|
|
|
|
map <F4> [I:let nr = input("Which one: ")<Bar>exe "normal " . nr ."[\t"<CR>
|