Skip to content

Commit

Permalink
Updates after modifying my fork of the AG plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
derekwyatt committed Feb 24, 2014
1 parent f5657dc commit 15a2bae
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,12 @@ endif
"-----------------------------------------------------------------------------
" AG (SilverSearcher) Settings
"-----------------------------------------------------------------------------
nmap ,sf :AgForFiletype
nmap ,sf :AgForCurrentFileDir
nmap ,sr :AgForProjectRoot
let g:ag_results_mapping = {
\ 'open_and_close': '<cr>',
\ 'open': 'o',
\ }

"-----------------------------------------------------------------------------
" FSwitch mappings
Expand Down

0 comments on commit 15a2bae

Please sign in to comment.