diff options
| author | Bozhidar Batsov <bozhidar@batsov.com> | 2020-12-03 10:50:54 +0200 |
|---|---|---|
| committer | Bozhidar Batsov <bozhidar@batsov.com> | 2020-12-03 10:50:54 +0200 |
| commit | 770826f6f039f7566159baddd9c5c06bde49dbbf (patch) | |
| tree | be0a86992e654741a20deeee192b4b4860c3bf62 | |
| parent | f66f229f2391f10277a12e436d4e8ceeccefcbed (diff) | |
[Docs] Mention a few undocumented commands
| -rw-r--r-- | doc/modules/ROOT/pages/usage.adoc | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/modules/ROOT/pages/usage.adoc b/doc/modules/ROOT/pages/usage.adoc index 1f6f4fa..3683c41 100644 --- a/doc/modules/ROOT/pages/usage.adoc +++ b/doc/modules/ROOT/pages/usage.adoc @@ -240,6 +240,24 @@ Here's a list of the interactive Emacs Lisp functions, provided by Projectile: | kbd:[s-p m] | Run the commander (an interface to run commands with a single key). +| kbd:[s-p x e] +| Start or visit an `eshell` for the project. + +| kbd:[s-p x i] +| Start or visit an `ielm` (Elisp REPL) for the project. + +| kbd:[s-p x t] +| Start or visit an `ansi-term` for the project. + +| kbd:[s-p x s] +| Start or visit a `shell` for the project. + +| kbd:[s-p x g] +| Start or visit a `gdb` for the project. + +| kbd:[s-p x v] +| Start or visit a `vterm` for the project. + | kbd:[s-p ESC] | Switch to the most recently selected Projectile buffer. |=== |
