mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-19 09:03:43 -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')
|
let cmd = get({'ctrl-x': 'split', 'ctrl-v': 'vertical split', 'ctrl-t': 'tabe'}, key, 'e')
|
||||||
execute cmd escape(file, ' %#\')
|
execute cmd escape(file, ' %#\')
|
||||||
execute line
|
execute line
|
||||||
execute 'normal!' col.'|'
|
execute 'normal!' col.'|zz'
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
command! -nargs=1 Ag call fzf#run({
|
command! -nargs=1 Ag call fzf#run({
|
||||||
|
|||||||
Reference in New Issue
Block a user