You need to send copy-mode to the inner tmux, you can either bind it to some key that isn't bound in the outer tmux, or something that uses the prefix you can send to the inner tmux (eg pressing C-b C-b [ should do it by default).
On 18 December 2017 at 20:27, Matt Zagrabelny <[email protected]> wrote: > Hello! > > Suppose I run tmux on my laptop and ssh to a system where I have tmux > configured to exec for my shell. I have a tmux running inside of a tmux on > a different system. > > I'd like to be able to scroll the buffer on the "inside" tmux session. Any > ideas? > > Both the tmux on my laptop and server are using an identical config file > and are both version 2.6. > > Here are some possible relevant configs from my .tmux.conf: > > # I have shift+PgUp/Down for scrolling: > bind-key -n S-PPage copy-mode -eu > bind-key -T copy-mode-vi S-NPage send-keys -X page-down > > bind C-a send-prefix > > Thanks for any help! > > -m > > -- > You received this message because you are subscribed to the Google Groups > "tmux-users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "tmux-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
