diff options
| author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-01-21 23:26:45 +0000 | 
|---|---|---|
| committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-01-21 23:26:45 +0000 | 
| commit | 3ae74df32d315647a9d3fad1a3e517ccb82e0736 (patch) | |
| tree | 865357d18a9ec73ec007924469b5b83f8e223fda | |
| parent | 3f5e6c6cf65640d01ac5c784b7ba47c74531519e (diff) | |
| parent | 68ac1a665846676057d4a845a1af3274db70c160 (diff) | |
| download | gitlab-ce-3ae74df32d315647a9d3fad1a3e517ccb82e0736.tar.gz | |
Merge branch 'fix_file_finder' into 'master'
File finder can be invoked from anywhere!
See merge request !2543
| -rw-r--r-- | doc/workflow/file_finder.md | 13 | 
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 | 
