New command tmux-split#1223
Conversation
|
Hi @yoshipep , thanks for the PR. You're using an old version of GEF, which makes it impossible to review. Please rebase against |
hugsy
left a comment
There was a problem hiding this comment.
Hi @yoshipep
This looks a really cool PR. Thanks for also providing clear tests and documentation.
As mentinoed, you need to rebase your branch against main to adopt the new formatting, and when that's done re-request me for a review.
If you have issues doing that, feel free to ping us on Discord.
Cheers!
|
Hi @yoshipep Unfortunately this is still not good for review and merging because it reverts some recent changes. Also I noticed a lot of comments, was this generated only by LLM ? If you want a more flexible environment, consider moving this command directly to |
|
Hi @hugsy, |
Add
gef tmux-splitto redirect each context section into its own tmux pane (splitmind-style) with INI layouts, builtin pwndbg-classic, optional fit-to-pane, inferior-tty/command panes, and auto-cleanup on exit. Also:context.trace_args_rawto show raw hex args in backtrace, and space-separator in disasm opcode bytes.Description
context.fit_pane_to_content, context.fit_lines_to_pane, context.trace_args_raw). Existing context rendering is unchanged when no
per-section tty is set.
Checklist