mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-10-08 22:52:12 +02:00
Add config option to disable tab switching with jump keys
This commit is contained in:
committed by
Jesse Duffield
parent
7edf629eeb
commit
8da43af924
@@ -462,6 +462,11 @@
|
||||
"type": "boolean",
|
||||
"description": "If true, jump to the Files panel after applying a stash",
|
||||
"default": true
|
||||
},
|
||||
"switchTabsWithPanelJumpKeys": {
|
||||
"type": "boolean",
|
||||
"description": "If true, when using the panel jump keys (default 1 through 5) and target panel is already active, go to next tab instead",
|
||||
"default": false
|
||||
}
|
||||
},
|
||||
"additionalProperties": false,
|
||||
|
Reference in New Issue
Block a user