hotkey for file grep changed

This commit is contained in:
2022-08-17 17:18:44 +03:00
parent ff7a3074a2
commit 65b8cd89a7

View File

@@ -81,7 +81,7 @@ let g:fzf_layout = { 'window': { 'width': 0.9, 'height': 0.6 } }
nnoremap <silent> <Leader>b :Buffers<CR>
nnoremap <silent> <Leader>f :Files<CR>
nnoremap <silent> <Leader>cf :Rg<CR>
nnoremap <silent> <Leader>gr :Rg<CR>
nnoremap <silent> <Leader>/ :BLines<CR>
nnoremap <silent> <Leader>' :Marks<CR>
nnoremap <silent> <Leader>g :Commits<CR>