Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-01-22 02:23:20 +0300
committerAchilleas Pipinellis <axilleas@axilleas.me>2016-01-22 02:23:20 +0300
commit68ac1a665846676057d4a845a1af3274db70c160 (patch)
treeff450edc2e4921cd79d0334588cc3361c53ca7a3 /doc/workflow/file_finder.md
parent38c830ef0f91ab29334d9bfc024180ec4f9f3dab (diff)
File finder can be invoked from anywhere!
[ci skip]
Diffstat (limited to 'doc/workflow/file_finder.md')
-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