Skip to content
This repository has been archived by the owner on Apr 1, 2023. It is now read-only.

Commit

Permalink
switch to using ack
Browse files Browse the repository at this point in the history
The Ag plugin is in a quagmire of licensing issues: rking/ag.vim#124 (comment)
  • Loading branch information
Andrew Bruce committed Aug 11, 2017
1 parent a2d437b commit c6ec5fc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,6 @@
[submodule "bundle/syntastic"]
path = bundle/syntastic
url = https://github.com/vim-syntastic/syntastic.git
[submodule "bundle/ack-vim"]
path = bundle/ack-vim
url = https://github.com/mileszs/ack.vim.git
1 change: 1 addition & 0 deletions bundle/ack-vim
Submodule ack-vim added at a16a9b
2 changes: 1 addition & 1 deletion init/keybindings.vim
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ map <leader>t :!ctags -e --exclude='Carthage' --langmap=ObjectiveC:.m.h -R *<cr>
nmap <leader>e :CtrlPMRUFiles<cr>
" Ag current word
nmap <leader>a *:AgFromSearch<cr>
nmap <leader>a *:AckFromSearch<cr>
" quick save/close/tab
nmap <leader>s :w<cr>
Expand Down

0 comments on commit c6ec5fc

Please sign in to comment.