1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2024-12-12 11:15:00 +02:00
lazygit/pkg/config
Jesse Duffield 43a9dc48e0 default to not quitting when hitting esc at the top level.
I've been using this config option for years now so I don't think much of it,
but newcomers are going to find it annoying that hitting escape gets you out
of filtering/cherry-picking/patch-building mode, but also quits the app. So
if you want to exit all the modes you're in, you need to take care not to
press the key one too many times or the app will close.

We'll see if anybody gets mad about this change, but I think it's reasonable.
The only downside is that you won't be able to always quit by spamming the escape
key. If you're in a prompt panel, you'll need to hit escape to exit that, and
then 'q' at the top level. Or CTRL+C of course.
2021-04-06 19:34:32 +10:00
..
app_config.go reload config whenever returning to gui 2021-02-24 02:45:05 -08:00
config_default_platform.go remove viper 2020-10-10 00:23:01 +11:00
config_linux.go remove viper 2020-10-10 00:23:01 +11:00
config_windows.go remove viper 2020-10-10 00:23:01 +11:00
dummies.go remove viper 2020-10-10 00:23:01 +11:00
user_config.go default to not quitting when hitting esc at the top level. 2021-04-06 19:34:32 +10:00