diff --git a/Examples-(vim).md b/Examples-(vim).md index 4fb5eae..d361021 100644 --- a/Examples-(vim).md +++ b/Examples-(vim).md @@ -151,7 +151,7 @@ command! -nargs=* Ag call fzf#run({ \ 'source': printf('ag --nogroup --column --color "%s"', \ escape(empty() ? '^' : , '"\')), \ 'sink*': function('ag_handler'), -\ 'options': '--ansi --expect=ctrl-t,ctrl-v,ctrl-x '. +\ 'options': '--ansi --no-hscroll --expect=ctrl-t,ctrl-v,ctrl-x '. \ '--multi --bind ctrl-a:select-all --color hl:68,hl+:110', \ 'down': '50%' \ })