Skip to content

Instantly share code, notes, and snippets.

@oldhobbyist
oldhobbyist / tmux_cheatsheet.markdown
Last active November 23, 2015 11:04 — forked from henrik/tmux_cheatsheet.markdown
tmux cheatsheet

tmux cheatsheet

tmux start new

tmux new -s [myname] start new with session name

tmux a # (or at, or attach) attach

tmux a -t [myname] attach to named

@oldhobbyist
oldhobbyist / tmux.conf
Last active August 29, 2015 14:16 — forked from anonymous/tmux.conf
#Prefix is Ctrl-a
set -g prefix C-a
bind C-a send-prefix
unbind C-b
set -sg escape-time 1
set -g base-index 1
setw -g pane-base-index 1
#Mouse works as expected