1

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?

AdminBee
  • 22,803
Ahmad Ismail
  • 2,678

1 Answers1

1
tmux list-keys > keybindings.txt
Ahmad Ismail
  • 2,678