raphCode
raphCode
> Maybe we add a confirmation for closing a tab/pane, and also add a "force close" shortcut I feel like using a "double key" could solve the problem: The first...
Since it wasn't mentioned already, it is totally possible to remap the offending actions to keys that are more difficult to hit by accident or remove the mapping altogether: https://zellij.dev/documentation/keybindings.html
Mhh, so should we close this? Or add a hint to the documentation?
This is why I advocated for hiding this new return type behind `structured_config_mode=omegaconf.SCMode.SIMPLE_NS` and adding the appropiate Enum key. I am currently doing this for conversation: ```python def to_namespace_recurse(x) ->...
I believe that worked prior to v0.23.0.
I am also interested in this feature. Can someone experienced give pointers what needs to be done to implement this? I might give it a shot.
I noticed the following messages from @Omikhleia in my email inbox but can't find them here. I will answer for completeness: > Why a setting and not a tableofcontent parameter?...
This is related to my old issue, where I indicated that a more explicit message may lead to [less surprises](https://en.wikipedia.org/wiki/Principle_of_least_astonishment). tmux users expect tmux-internal copy/paste buffers which are not related...
I dont see any - it is literally just a string change in https://github.com/zellij-org/zellij/blob/9f716487caceae9da18dfad856f58a09a7079678/default-plugins/status-bar/src/second_line.rs#L324 I would add the word "system" to this and the previous two lines to clarify that...
You could argue that internal paste buffers work even outside graphical environments and terminal emulators - think the linux framebuffer console in a live rescue system or using an actual...