summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDavid Chen <weichen2000121@gmail.com>2020-06-02 23:36:34 -0400
committerJesse Duffield <jessedduffield@gmail.com>2020-06-03 22:14:21 +1000
commite82d2f37a108afbf4abbdcad9ab1da33f927836d (patch)
tree10d9e837e21ad3728171eb5e2af4f160a0ec1537 /docs
parente73f4c6b7e921194545213b088a87c36b0d559eb (diff)
Update example keybinding config for Colemak users
Diffstat (limited to 'docs')
-rw-r--r--docs/Config.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/Config.md b/docs/Config.md
index 3b3350ec0..c1548e933 100644
--- a/docs/Config.md
+++ b/docs/Config.md
@@ -95,7 +95,7 @@ Default path for the config file:
prevScreenMode: '_'
undo: 'z'
redo: '<c-z>'
- filteringMenu: <c-s>
+ filteringMenu: '<c-s>'
diffingMenu: '<c-e>'
copyToClipboard: '<c-o>'
status:
@@ -260,14 +260,18 @@ For all possible keybinding options, check [Custom_Keybindings.md](https://githu
scrollDownMain-alt1: 'E'
scrollUpMain-alt2: '<c-u>'
scrollDownMain-alt2: '<c-e>'
+ undo: 'l'
+ redo: '<c-r>'
+ diffingMenu: 'M'
+ filteringMenu: '<c-f>'
files:
ignoreFile: 'I'
commits:
moveDownCommit: '<c-e>'
moveUpCommit: '<c-u>'
- toggleDiffCommit: 'l'
branches:
viewGitFlowOptions: 'I'
+ setUpstream: 'U'
```
## Custom pull request URLs