From 770826f6f039f7566159baddd9c5c06bde49dbbf Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Thu, 3 Dec 2020 10:50:54 +0200 Subject: [Docs] Mention a few undocumented commands --- doc/modules/ROOT/pages/usage.adoc | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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. |=== -- cgit v1.0