diff --git a/Examples-(vim).md b/Examples-(vim).md index ef8a132..a770524 100644 --- a/Examples-(vim).md +++ b/Examples-(vim).md @@ -114,7 +114,7 @@ function! s:ag_handler(lines) let cmd = get({'ctrl-x': 'split', 'ctrl-v': 'vertical split', 'ctrl-t': 'tabe'}, key, 'e') execute cmd escape(file, ' %#\') execute line - execute 'normal!' col.'|' + execute 'normal!' col.'|zz' endfunction command! -nargs=1 Ag call fzf#run({