๐Ÿงต Thread (5 posts) 2026-01-23

Recently I encountered a Claude Code bug where when it ran anything it froze the terminal. I got around it by no longer opening nvim in tmux (I use the nvim terminal btw)

Also when I paste more than a couple dozen characters the middle is dropped. I get around this with ctrl-g

Lines are randomly dropped and interpolated when I resize or use ctrl-g

Does it need to be a tui at all? What if it just printed to the terminal?

Oh one other bug: my stop hook runs twice? Once right away and once like a minute after it stopped