mirror of
https://github.com/jesseduffield/lazygit.git
synced 2024-12-02 09:21:40 +02:00
switch custom command keybinding to ':'
This commit is contained in:
parent
370cec098b
commit
2a5763a771
@ -67,7 +67,7 @@ Default path for the config file:
|
|||||||
scrollDownMain-alt1: 'J' # main panel scrool down
|
scrollDownMain-alt1: 'J' # main panel scrool down
|
||||||
scrollUpMain-alt2: '<c-u>' # main panel scrool up
|
scrollUpMain-alt2: '<c-u>' # main panel scrool up
|
||||||
scrollDownMain-alt2: '<c-d>' # main panel scrool down
|
scrollDownMain-alt2: '<c-d>' # main panel scrool down
|
||||||
executeCustomCommand: 'X'
|
executeCustomCommand: ':'
|
||||||
createRebaseOptionsMenu: 'm'
|
createRebaseOptionsMenu: 'm'
|
||||||
pushFiles: 'P'
|
pushFiles: 'P'
|
||||||
pullFiles: 'p'
|
pullFiles: 'p'
|
||||||
|
@ -297,7 +297,7 @@ keybinding:
|
|||||||
scrollDownMain-alt1: 'J'
|
scrollDownMain-alt1: 'J'
|
||||||
scrollUpMain-alt2: '<c-u>'
|
scrollUpMain-alt2: '<c-u>'
|
||||||
scrollDownMain-alt2: '<c-d>'
|
scrollDownMain-alt2: '<c-d>'
|
||||||
executeCustomCommand: 'X'
|
executeCustomCommand: ':'
|
||||||
createRebaseOptionsMenu: 'm'
|
createRebaseOptionsMenu: 'm'
|
||||||
pushFiles: 'P'
|
pushFiles: 'P'
|
||||||
pullFiles: 'p'
|
pullFiles: 'p'
|
||||||
|
@ -451,7 +451,7 @@ func (gui *Gui) GetInitialKeybindings() []*Binding {
|
|||||||
Description: gui.Tr.SLocalize("fetch"),
|
Description: gui.Tr.SLocalize("fetch"),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
ViewName: "files",
|
ViewName: "",
|
||||||
Key: gui.getKey("universal.executeCustomCommand"),
|
Key: gui.getKey("universal.executeCustomCommand"),
|
||||||
Modifier: gocui.ModNone,
|
Modifier: gocui.ModNone,
|
||||||
Handler: gui.handleCustomCommand,
|
Handler: gui.handleCustomCommand,
|
||||||
|
Loading…
Reference in New Issue
Block a user