summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-01-21 23:26:45 +0000
committerRobert Speicher <rspeicher@gmail.com>2016-01-21 15:49:34 -0800
commit9e1f5152f1a189551b4e687d10a728e1554cbd1b (patch)
treecdc2eae8d5868ff736d51f7107acf4cabb262027 /doc
parent83b7ac6499bb5f98b2bc67a5fd81f24b44472150 (diff)
downloadgitlab-ce-9e1f5152f1a189551b4e687d10a728e1554cbd1b.tar.gz
Merge branch 'fix_file_finder' into 'master'
File finder can be invoked from anywhere! See merge request !2543
Diffstat (limited to 'doc')
-rw-r--r--doc/workflow/file_finder.md13
1 files changed, 8 insertions, 5 deletions
diff --git a/doc/workflow/file_finder.md b/doc/workflow/file_finder.md
index 52ac5f032a5..4bf0a179411 100644
--- a/doc/workflow/file_finder.md
+++ b/doc/workflow/file_finder.md
@@ -14,12 +14,15 @@ project.
---
-For the more lazy, there is a [shortcut button](shortcuts.md) as well.
+For the more lazy, there is a [shortcut button](shortcuts.md) as well, which
+you can invoke from _anywhere_ in a project.
-Go the **Files** section of a project and press `t` on your keyboard to launch
-the search function. Start typing what you are searching for and watch the
-magic being unfold. With the up/down arrows, you go up and down the results,
-with `Esc` you close the search and go back to **Files**.
+Press `t` on your keyboard to launch the File search function when in **Issues**,
+**Merge requests**, **Milestones**, even the project's settings.
+
+Start typing what you are searching for and watch the magic being unfold. With
+the up/down arrows, you go up and down the results, with `Esc` you close the
+search and go back to **Files**.
## How it works