notes/os/editors/vim/tovim.txt
Ihar Hancharenka 5dff80e88e first
2023-03-27 16:52:17 +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>