Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 534 Bytes

File metadata and controls

15 lines (14 loc) · 534 Bytes

Capture tmux output to a file

  • $ capture-pane -S -3000
  • $ save-buffer <full-path-of-file>

Use tmux plugin manager for a beautiful tmux

  • Create your .tmux.conf file and add plugins to it. My tmux.conf file is in my dotfiles repository.
  • Clojure the tmux plugins repo
    git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
    tmux source ~/.tmux.conf
        
  • Enjoy!