Skip to content

Commit

Permalink
Document prefix arg on ag.el
Browse files Browse the repository at this point in the history
I wasn't able to locate this info in the docs, so I hope this is helpful.
  • Loading branch information
jkdufair authored and bbatsov committed Apr 18, 2019
1 parent 0a45151 commit cfae848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Keybinding | Description
<kbd>s-p left</kbd> | Switch to the previous project buffer.
<kbd>s-p right</kbd> | Switch to the next project buffer.
<kbd>s-p E</kbd> | Opens the root `dir-locals-file` of the project.
<kbd>s-p s s</kbd> | Runs `ag` on the project. Requires the presence of `ag.el`.
<kbd>s-p s s</kbd> | Runs `ag` on the project, performing a literal search. Requires the presence of `ag.el`. With a prefix argument it will perform a regex search.
<kbd>s-p !</kbd> | Runs `shell-command` in the root directory of the project.
<kbd>s-p &</kbd> | Runs `async-shell-command` in the root directory of the project.
<kbd>s-p C</kbd> | Runs a standard configure command for your type of project.
Expand Down

0 comments on commit cfae848

Please sign in to comment.