aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormuahah <gnieheh@gmail.com>2016-10-06 01:03:42 +0200
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2016-10-06 02:03:42 +0300
commitfecbf69bbd307554ab59e99bbbc57cfb6033d8af (patch)
tree79cb930658f9631b0daf8d71f81228044222c7c8 /doc
parent9c3aa2f861ba6b2f8bbf1065d7705bf163f150cb (diff)
Add check for dirty projects (#1018)
Diffstat (limited to 'doc')
-rw-r--r--doc/index.md1
-rw-r--r--doc/usage.md1
2 files changed, 2 insertions, 0 deletions
diff --git a/doc/index.md b/doc/index.md
index e2d786d..2bb8198 100644
--- a/doc/index.md
+++ b/doc/index.md
@@ -34,6 +34,7 @@ it. Some of Projectile's features:
* regenerate project etags or gtags (requires [ggtags](https://github.com/leoliu/ggtags)).
* visit project in dired
* run make in a project with a single key chord
+* browse dirty version controlled projects
Here's a glimpse of Projectile in action:
diff --git a/doc/usage.md b/doc/usage.md
index 9afa9dd..8b3ede1 100644
--- a/doc/usage.md
+++ b/doc/usage.md
@@ -34,6 +34,7 @@ Keybinding | Description
<kbd>C-c p s g</kbd> | Run grep on the files in the project.
<kbd>M-- C-c p s g</kbd> | Run grep on `projectile-grep-default-files` in the project.
<kbd>C-c p v</kbd> | Run `vc-dir` on the root directory of the project.
+<kbd>C-c p V</kbd> | Browse dirty version controlled projects.
<kbd>C-c p b</kbd> | Display a list of all project buffers currently open.
<kbd>C-c p 4 b</kbd> | Switch to a project buffer and show it in another window.
<kbd>C-c p 4 C-o</kbd> | Display a project buffer in another window without selecting it.