diff options
author | Phil Hughes <me@iamphill.com> | 2018-11-26 08:40:18 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2018-11-26 08:40:18 +0000 |
commit | 3ea5a1b4c315d2076dbbecf5548b7281a6b3596d (patch) | |
tree | f90b2a84ea9a04c4fc95e7438404b143998d3230 /doc | |
parent | 10e4c873172d395368e2b1c93cab014b41d2c4e4 (diff) | |
parent | 456771398593c0192537dd472bd5341bc919b5e7 (diff) | |
download | gitlab-ce-3ea5a1b4c315d2076dbbecf5548b7281a6b3596d.tar.gz |
Merge branch '46544-webide-commit-shortcut' into 'master'
WebIDE: Make Ctrl+Enter automatically commit when commit textarea is focused
Closes #46544
See merge request gitlab-org/gitlab-ce!23049
Diffstat (limited to 'doc')
-rw-r--r-- | doc/workflow/shortcuts.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/workflow/shortcuts.md b/doc/workflow/shortcuts.md index 7863dd8c242..7359e1c6119 100644 --- a/doc/workflow/shortcuts.md +++ b/doc/workflow/shortcuts.md @@ -94,3 +94,4 @@ You can see GitLab's keyboard shortcuts by using 'shift + ?' | Keyboard Shortcut | Description | | ----------------- | ----------- | | <kbd>Cmd</kbd>/<kbd>Ctrl</kbd> + <kbd>p</kbd> | Go to file | +| <kbd>Cmd</kbd>/<kbd>Ctrl</kbd> + <kbd>Enter</kbd> | Commit (when editing the commit message) | |