notes/util/editors/vim/tovim.txt
Ihar Hancharenka 9685f30a41 m
2025-04-03 11:30:33 +03:00

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>