mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-18 08:13:40 -05:00
Updated Examples (vim) (markdown)
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user