summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2020-02-24 21:55:51 +1100
committerJesse Duffield <jessedduffield@gmail.com>2020-02-24 22:04:39 +1100
commit2a5763a77190a579ae3cb57926a0d907964fcccb (patch)
tree000af22e5ae25df3eee9a07a803fd18f60807489 /docs
parent370cec098b8e51bcc06f4db947d7e71434f76b54 (diff)
switch custom command keybinding to ':'
Diffstat (limited to 'docs')
-rw-r--r--docs/Config.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Config.md b/docs/Config.md
index c1ac22d9b..b167750c5 100644
--- a/docs/Config.md
+++ b/docs/Config.md
@@ -67,7 +67,7 @@ Default path for the config file:
scrollDownMain-alt1: 'J' # main panel scrool down
scrollUpMain-alt2: '<c-u>' # main panel scrool up
scrollDownMain-alt2: '<c-d>' # main panel scrool down
- executeCustomCommand: 'X'
+ executeCustomCommand: ':'
createRebaseOptionsMenu: 'm'
pushFiles: 'P'
pullFiles: 'p'