Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Add ack.vim plugin
I have long wanted an easy way to replicate TextMate's "Find in Project", and this delivers it via a backslash shortcut and selectable results in a "quickfix" window. If present, Ripgrep or The Silver Searcher (Ag) will be used instead of Ack for faster search results. https://github.com/mileszs/ack.vim#keyboard-shortcuts https://github.com/BurntSushi/ripgrep#whirlwind-tour
- Loading branch information
1 parent
e863cf9
commit 6a455cb
Showing
4 changed files
with
16 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters