1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-01-12 04:23:03 +02:00
lazygit/pkg
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 switching repos without restarting the gui 2021-04-06 19:34:32 +10:00
commands try better logging for CI 2021-04-06 19:34:32 +10:00
config default to not quitting when hitting esc at the top level. 2021-04-06 19:34:32 +10:00
env move git dir env stuff into a centralised package 2020-09-29 17:42:07 +10:00
gui much cleaner integration test code 2021-04-06 19:34:32 +10:00
i18n faster startup 2021-04-01 09:13:29 +11:00
integration much cleaner integration test code 2021-04-06 19:34:32 +10:00
secureexec add secureexec file for getting around windows checking for a binary first in the current dir 2021-02-08 14:40:30 -08:00
tasks add some safe goroutines 2020-10-10 00:23:01 +11:00
test add secureexec file for getting around windows checking for a binary first in the current dir 2021-02-08 14:40:30 -08:00
theme remove viper 2020-10-10 00:23:01 +11:00
updates fix updater 2020-11-22 10:00:35 +11:00
utils switching repos without restarting the gui 2021-04-06 19:34:32 +10:00