TIL:
In #ghostty Terminal you can set

keybind = control+backspace=text:\x17

to send Ctrl+W when you hit Ctrl+Backspace.
This way you can always delete the last word no matter if you're in a #terminal or in a non-terminal application with the same shortcut.

@tuxflo spannend und cool.

Aber thema ghostty:
Ich vermisse trotzdem ein bisschen eine native Suche.
Klar, zellij oder tmux regeln, aber das ist tatsächlich ein feature, bei dem ich mich frage, ob das tatsächlich so irrelevant ist.
Ich mein, bin ich der Einzige, der manchmal einfach (container)Logs durchsuche?

@lauchgott jup, kann ich verstehen. Ich behalte deswegen auch immer

https://github.com/ghostty-org/ghostty/issues/2504

im Auge, damit ich den Scrollback direkt zum $EDITOR senden kann. Bei Wezterm ging das recht easy, wenn ich mich recht entsinne.

`write_scrollback_file:open` to use `$EDITOR` · Issue #2504 · ghostty-org/ghostty

The write_scrollback_file:open command opens the scrollback in my OS default text editor. Going through the code: ghostty/src/Surface.zig Lines 4184 to 4190 in ffc4c6e switch (write_action) { .open...

GitHub
@tuxflo just to mention: ghostty hat jetzt eine Suche. 😅
@lauchgott ja, krass. Leider immer noch kein "open in EDITOR" aber vielleicht kommt das ja noch. Cursor klick gibt es jetzt offenbar auch 😳