1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-11-23 22:24:51 +02:00

switch custom command keybinding to ':'

This commit is contained in:
Jesse Duffield
2020-02-24 21:55:51 +11:00
parent 370cec098b
commit 2a5763a771
3 changed files with 3 additions and 3 deletions

View File

@@ -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'