|
@@ -119,6 +119,7 @@ let g:which_key_map.d = {
|
|
\ }
|
|
\ }
|
|
|
|
|
|
" f is for find and replace
|
|
" f is for find and replace
|
|
|
|
+ " \ 'f' : [':Farr' , 'file'],
|
|
let g:which_key_map.f = {
|
|
let g:which_key_map.f = {
|
|
\ 'name' : '+find & replace' ,
|
|
\ 'name' : '+find & replace' ,
|
|
\ 'f' : [':Farr --source=vimgrep' , 'file'],
|
|
\ 'f' : [':Farr --source=vimgrep' , 'file'],
|