diff options
author | Thomas Pathier <tpxp@live.fr> | 2018-11-26 08:40:18 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2018-11-26 08:40:18 +0000 |
commit | 456771398593c0192537dd472bd5341bc919b5e7 (patch) | |
tree | f90b2a84ea9a04c4fc95e7438404b143998d3230 /doc | |
parent | 10e4c873172d395368e2b1c93cab014b41d2c4e4 (diff) | |
download | gitlab-ce-456771398593c0192537dd472bd5341bc919b5e7.tar.gz |
WebIDE: Make Ctrl+Enter automatically commit when commit textarea is focused
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) | |