You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's a layout I never use: the "half" layout.
I always skip over it in my usage; I would like to have an ability to just toggle between the normal and fullscreen layout.
This can either be achieved with a mappable action called something like "toggle fullscreen"
or via a setting called "disabled_layouts" where you could specify layout(s) that you would want to disable.
I guess only disabling one layout makes any sense though.
Currently I take direction into consideration, when using +/_, to skip the half layout
While this works technically, I don't want the half layout to begin with, so I would love to be able to express "go to the other layout I want" more directly.
I did a quick search of the issues, and didn't find this. I'm sorry if this was already discussed and I missed it.
I was hoping to use a custom command for this instead, but it seems like they are for shell commands specifically, not interacting with lazygit's ui.
The text was updated successfully, but these errors were encountered:
There's a layout I never use: the "half" layout.
I always skip over it in my usage; I would like to have an ability to just toggle between the normal and fullscreen layout.
This can either be achieved with a mappable action called something like "toggle fullscreen"
or via a setting called "disabled_layouts" where you could specify layout(s) that you would want to disable.
I guess only disabling one layout makes any sense though.
Currently I take direction into consideration, when using
+
/_
, to skip the half layoutWhile this works technically, I don't want the half layout to begin with, so I would love to be able to express "go to the other layout I want" more directly.
I did a quick search of the issues, and didn't find this. I'm sorry if this was already discussed and I missed it.
I was hoping to use a custom command for this instead, but it seems like they are for shell commands specifically, not interacting with lazygit's ui.
The text was updated successfully, but these errors were encountered: