summaryrefslogtreecommitdiff
path: root/keys
diff options
context:
space:
mode:
authorChris <[email protected]>2021-03-08 03:41:15 -0500
committerChris <[email protected]>2021-03-08 03:41:15 -0500
commit717c20c70abe31fe8476b2724dbcebe6a3ba2479 (patch)
tree672ea67969a2c68473ef754572d8685e4b444d4e /keys
parente52ba72cc2021064d4e55a9a92b864cd8cd42dd7 (diff)
update to fix FAR
Diffstat (limited to 'keys')
-rw-r--r--keys/which-key.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/keys/which-key.vim b/keys/which-key.vim
index fc7c2036..048766a4 100644
--- a/keys/which-key.vim
+++ b/keys/which-key.vim
@@ -119,6 +119,7 @@ let g:which_key_map.d = {
\ }
" f is for find and replace
+ " \ 'f' : [':Farr' , 'file'],
let g:which_key_map.f = {
\ 'name' : '+find & replace' ,
\ 'f' : [':Farr --source=vimgrep' , 'file'],