I have checked Write all tmux scrollback to a file and came up with the following command to view scrollback buffer is vscode.
bind-key -T root C-E run-shell "tmux capture-pane -pS -50000 > /tmp/tmux-code.txt; code /tmp/tmux-code.txt"
Now I want to view <prefix>
? (List all key bindings) output in vscode.
How can I do that?
<prefix>?
. That page is already probably in some mode. Not sure what is going on there. – Ahmad Ismail Aug 04 '20 at 15:14<prefix>?
opens the page already in copy mode for me. – Panki Aug 04 '20 at 15:17