|
I am just curious how are others dealing with scrolling in the Claude Code terminal buffer. In opencode, for example, there are keyboard shortcuts, but I don't think those exist in Claude Code, so how do you guys deal with that? For reference I use tmux and I am using the tmux integration in sidekick. When going into scrollback mode ( |
Replies: 1 comment 1 reply
|
I just pushed a nice feature when using tmux terminals inside NEovim. With the new feature, a new buffer is created containing the actual tmux scrollback buffer, so you can easily navigate the whole session history. The feature is seamless, so nothing to setup. So use |
I just pushed a nice feature when using tmux terminals inside NEovim.
When you enter normal mode in such a terminal, normally you'd only be able to see the exact pane, no history.
With the new feature, a new buffer is created containing the actual tmux scrollback buffer, so you can easily navigate the whole session history. The feature is seamless, so nothing to setup.
So use
<c-q>to enter normal mode and then regular<c-u>,<c-d>