change quit to shift Q

This commit is contained in:
RingOfStorms (Joshua Bell) 2023-11-16 16:30:03 -06:00
parent e466c1a327
commit 24474d3f3c
6 changed files with 9 additions and 6 deletions

View file

@ -5,6 +5,6 @@ return {
opts = {
retirementAgeMins = 3,
-- notificationOnAutoClose = true,
deleteBufferWhenFileDeleted = true,
-- deleteBufferWhenFileDeleted = true,
},
}