mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-12-01 22:52:01 +02:00
Add a menu entry and keybinding to { for decreasing the context size
This commit is contained in:
@@ -1776,6 +1776,12 @@ func (gui *Gui) GetInitialKeybindings() []*Binding {
|
||||
Handler: gui.IncreaseContextInDiffView,
|
||||
Description: gui.Tr.IncreaseContextInDiffView,
|
||||
},
|
||||
{
|
||||
ViewName: "",
|
||||
Key: gui.getKey(config.Universal.DecreaseContextInDiffView),
|
||||
Handler: gui.DecreaseContextInDiffView,
|
||||
Description: gui.Tr.DecreaseContextInDiffView,
|
||||
},
|
||||
{
|
||||
ViewName: "extras",
|
||||
Key: gocui.MouseWheelUp,
|
||||
|
||||
Reference in New Issue
Block a user