mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-10 20:05:50 +02:00
Add options for disabling switching to the Files panel after popping or applying a stash
This commit is contained in:
parent
647f533e71
commit
0e489bb5cc
4 changed files with 29 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue