diff options
| author | sarah wong <sarahkw@users.noreply.github.com> | 2020-12-12 21:31:20 -0800 |
|---|---|---|
| committer | Bozhidar Batsov <bozhidar.batsov@gmail.com> | 2020-12-13 08:34:47 +0200 |
| commit | 3309bf21e812092f11978b4fe32d0af681d1d32a (patch) | |
| tree | 92c1f0dd8cc0455c2b033747ff778a7022028d7f /doc | |
| parent | 312bd230fd7c56562410f0b50b1c18f2d4b598fc (diff) | |
[Docs] Add missing keyboard shortcut for "Toggle between related files"
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/modules/ROOT/pages/usage.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/modules/ROOT/pages/usage.adoc b/doc/modules/ROOT/pages/usage.adoc index b23291d..8353884 100644 --- a/doc/modules/ROOT/pages/usage.adoc +++ b/doc/modules/ROOT/pages/usage.adoc @@ -72,7 +72,7 @@ You need to know only a handful of Projectile commands to start benefiting from * Replace in project (kbd:[s-p r]) * Invoke any Projectile command via the Projectile Commander (kbd:[s-p m]) * Toggle between implementation and test (kbd:[s-p t]) -* Toggle between related files (e.g. `foo.h` <-> `foo.c` and `Gemfile` <-> `Gemfile.lock`) +* Toggle between related files (e.g. `foo.h` <-> `foo.c` and `Gemfile` <-> `Gemfile.lock`) (kbd:[s-p a]) * Run a shell command in the root of the project (kbd:[s-p !] for a sync command and kbd:[s-p &] for an async command) * Run various pre-defined project commands like: ** build/compile project (kbd:[s-p c]) |
