Software Crafting
  • Introduction
  • Tools
    • *nix\/Shell Setup
      • zsh
        • Switching to zsh
        • zsh Themes
        • zsh Prompt Escape Sequences
        • Troubleshooting
    • git
      • Addressing common errors
    • GitHub
      • GitHub Markdown Cheetsheet
      • Configure \/ Make \/ Make Install
    • tmux
      • Useful tmux Links
    • vim
      • Build from Repository Tips
    • Ubuntu
    • Misc
  • Seminars
    • 2018 SCaLE 16x Container Days
    • 2017 MATLAB Expo
    • 2017 SoCal Code Camp
    • 2017 SCNA
    • 2017 MathWorks Advisory Board
      • Day 1: MATLAB Platform and Data Analytics
      • Day 2: Model-Based Design with Simulink: Modeling and Simulation
      • Day 3: Model-Based Design with Simulink: Code Gen and V&V
    • Agile Systems Engineering Planning Using Six Thinking Hats
    • 2016 SoCal Code Camp
    • 2016 SCNA
    • 2016 Pre-SCNA Workshop
  • Programming
    • Javascript
      • Node.js
        • Frameworks
    • Python 2
    • Rust
    • Makefiles
    • GNU General Public License (GPL)
  • Crafting
  • Algorithms
  • Amazon Web Services
    • Administrating
Powered by GitBook
On this page
  • tmux Primer
  • tmux Tips
  • .tmux.conf Examples
  • Default tmux Key Bindings
  • Helper Utilities
  • Plugins

Was this helpful?

  1. Tools
  2. tmux

Useful tmux Links

tmux Primer

  • A Quick and Easy Guide to tmux - Ham Vocke

  • The Tao of tmux

tmux Tips

  • Copy & Paste in tmux

  • tmux is relatively picky about having a terminal set correctly

.tmux.conf Examples

  • Chad Humphries (spicycode) GitHub

  • Making tmux Pretty and Usable - A Guide to Customizing your tmux.conf - Ham Vocke

  • Using tmux with both emacs and vim - superuser

  • What's the least conflicting prefix/escape sequence for screen or tmux? - superuser

  • Quickly edit and reload #tmux configuration

Default tmux Key Bindings

  • tmux & screen cheat-sheet

  • tmux cheatsheet

Helper Utilities

  • tmux Copy & Paste on OS X: A Better Future

Plugins

  • tmux Plugin Manager

  • tmux Yank

  • tmux solarized color theme

PrevioustmuxNextvim

Last updated 6 years ago

Was this helpful?