Skip to content

Commit

Permalink
Change Ag key bindings: CTRL-{A,D} -> ALT-{A,D} (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
junegunn committed Dec 14, 2015
1 parent 0ad88dd commit 8ea2e87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/fzf/vim.vim
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ function! fzf#vim#ag(query, ...)
\ escape(empty(a:query) ? '^(?=.)' : a:query, '"\-')),
\ 'sink*': s:function('s:ag_handler'),
\ 'options': '--ansi --delimiter : --nth 4..,.. --prompt "Ag> " '.
\ '--multi --bind ctrl-a:select-all,ctrl-d:deselect-all '.
\ '--multi --bind alt-a:select-all,alt-d:deselect-all '.
\ '--color hl:68,hl+:110'}), args)
endfunction

Expand Down

0 comments on commit 8ea2e87

Please sign in to comment.