har7an

Results 51 comments of har7an

@keith-hall Good to know, that may be a starting point. Looking through my journal however, it recognizes lines such as this: ``` Jun 07 10:52:20 gnome-shell[2299]: meta_window_set_stack_position_no_sync: assertion 'window->stack_position >=...

# Alternative VIM bindings I like your proposal, @samholmes, and it inspired me to give this issue a go myself. You can find the keybindings I came up with attached...

Thank you for reporting this! Are these borders drawn around the plugins? It's hard to tell from this screenshot. I can't seem to reproduce this in my installation (not using...

Thank you for reporting this! Sorry we took so long to reply. I tried to reproduce this with the latest zellij version locally and I can confirm this behavior. That...

Some actions still lack documentation because I didn't know what they do... They have a `???` in the code now, I'd be happy to change that if someone explains to...

> What do you mean by direct user interaction? Users mostly interact with zellij by means of mouse clicks or key bindings. All key bindings execute one or more `Action`s....

> In that case I would say that `Write` and `WriteChars` are very handy for direct user interaction. Okay, I couldn't think of a direct usecase. But I can of...

> So if you are in a nested zellij session, you can use in the outer session `^b-^b` to send `^b` to the inner session. Aha, I see. That's a...

@a-kenji Thanks for clarifying! It seems that `Run` does execute a command but it doesn't open a new pane... Tried it with: ``` action: [Run: {cmd: "/usr/bin/ls", args: [], cwd:...

@a-kenji Ah, that makes sense, thanks! Should I also add some more detailed documentation to the types used by the `Action` variants? E.g. the documentation to `RunCommandAction` states only "Intermediate...