Add options for disabling switching to the Files panel after popping or applying a stash

This commit is contained in:
Stefan Haller 2024-09-15 11:59:59 +02:00
parent 647f533e71
commit 0e489bb5cc
4 changed files with 29 additions and 3 deletions

View file

@ -246,6 +246,12 @@ gui:
# One of 'dashboard' (default) | 'allBranchesLog'
statusPanelView: dashboard
# If true, jump to the Files panel after popping a stash
switchToFilesAfterStashPop: true
# If true, jump to the Files panel after applying a stash
switchToFilesAfterStashApply: true
# Config relating to git
git:
# See https://github.com/jesseduffield/lazygit/blob/master/docs/Custom_Pagers.md