summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authormjarkk <mkopenga@gmail.com>2021-07-29 14:15:26 +0200
committermjarkk <mkopenga@gmail.com>2021-07-29 14:15:26 +0200
commita3b820fb5f20f4a24028ecbf285d54bbaa7b6974 (patch)
tree82de322bd19f6a3c4872223944153dfbcd83662b /docs
parentde5133ff9059850cf8432b17d066a744b60c4212 (diff)
add missing universal keybindings to doc
Diffstat (limited to 'docs')
-rw-r--r--docs/Config.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/Config.md b/docs/Config.md
index 09ff7641c..1e4f2d6ed 100644
--- a/docs/Config.md
+++ b/docs/Config.md
@@ -133,7 +133,9 @@ keybinding:
diffingMenu-alt: '<c-e>' # deprecated
copyToClipboard: '<c-o>'
submitEditorText: '<enter>'
- appendNewline: '<tab>'
+ appendNewline: '<a-enter>'
+ extrasMenu: '@'
+ toggleWhitespaceInDiffView: '<c-w>'
status:
checkForUpdate: 'u'
recentRepos: '<enter>'