Add config option to disable tab switching with jump keys

This commit is contained in:
Harris Greenstein 2024-11-09 17:04:44 +11:00 committed by Jesse Duffield
parent 7edf629eeb
commit 8da43af924
7 changed files with 44 additions and 3 deletions

View file

@ -252,6 +252,9 @@ gui:
# If true, jump to the Files panel after applying a stash
switchToFilesAfterStashApply: true
# If true, when using the panel jump keys (default 1 through 5) and target panel is already active, go to next tab instead
switchTabsWithPanelJumpKeys: false
# Config relating to git
git:
# See https://github.com/jesseduffield/lazygit/blob/master/docs/Custom_Pagers.md