Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Configuring tmux

Configuring tmux

Bruno Sutic

November 28, 2014
Tweet

More Decks by Bruno Sutic

Other Decks in Programming

Transcript

  1. In the previous episode… • why use tmux? • installing

    tmux • basic usage: • movement • creating new windows and splits
  2. Configuring tmux Tmux config file: ~/.tmux.conf • vim-style mappings •

    addressing quirky defaults • config for modern machine
  3. Reminder about ctrl key • remap Caps Lock to Ctrl

    (on a system level) • remap default “prefix” from Ctrl-b to Ctrl-a • set -g prefix C-a # in .tmux.conf
  4. Configuration via plugins • tmux-sensible
 - handles tmux quirks and

    boilerplate configuration • tmux-pain-control
 - convenient basic key bindings • tmux-sessionist
 - better session handling