6 ms·
I use the scrollback buffer export to a temporary file (CMD+SHIFT+J), you can then open the file in any editor. So my workflow is to type in `vim` and then pre
by vicek22 2y ago
I use the scrollback buffer export to a temporary file (CMD+SHIFT+J), you can then open the file in any editor.
So my workflow is to type in `vim` and then press `CMD+SHIFT+J` and Enter
- scosman 2y agoAnyone figure out how to bind this to CMD-F with key bindings?
- maleldil 2y agoHere are a few ways to add key bindings to do this in a single action, but it's macOS-only and a little clunky. I prefer the one a little further down where you use a second keybind to open the editor. [1] https://github.com/ghostty-org/ghostty/discussions/3708#discussioncomment-11687205 https://github.com/ghostty-org/ghostty/discussions/3708#disc...