diff options
| author | Nathan Moreau <nathan.moreau@m4x.org> | 2018-10-03 22:29:38 +0200 |
|---|---|---|
| committer | Bozhidar Batsov <bozhidar.batsov@gmail.com> | 2018-10-03 23:29:38 +0300 |
| commit | b94b05b38e1d76f249d1283fc5c3d0880a639cfd (patch) | |
| tree | ddd373892d8aba3473023f727079d1bf7ac8f62a /doc | |
| parent | 702a1e31a4b5459205d946e8efd743fecf4fbf5b (diff) | |
[Fix #896] Add previous/next project buffer commands (#1312)
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/usage.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/usage.md b/doc/usage.md index 8643a4b..54af789 100644 --- a/doc/usage.md +++ b/doc/usage.md @@ -94,6 +94,8 @@ Keybinding | Description <kbd>s-p 4 D</kbd> | Opens the root of the project in `dired` in another window. <kbd>s-p 5 D</kbd> | Opens the root of the project in `dired` in another frame. <kbd>s-p e</kbd> | Shows a list of recently visited project files. +<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 !</kbd> | Runs `shell-command` in the root directory of the project. |
