summaryrefslogtreecommitdiffstats
path: root/pkg/config
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 /pkg/config
parent370cec098b8e51bcc06f4db947d7e71434f76b54 (diff)
switch custom command keybinding to ':'
Diffstat (limited to 'pkg/config')
-rw-r--r--pkg/config/app_config.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/config/app_config.go b/pkg/config/app_config.go
index 8fe366bf5..6db7322c7 100644
--- a/pkg/config/app_config.go
+++ b/pkg/config/app_config.go
@@ -297,7 +297,7 @@ keybinding:
scrollDownMain-alt1: 'J'
scrollUpMain-alt2: '<c-u>'
scrollDownMain-alt2: '<c-d>'
- executeCustomCommand: 'X'
+ executeCustomCommand: ':'
createRebaseOptionsMenu: 'm'
pushFiles: 'P'
pullFiles: 'p'