Skip to content

Instantly share code, notes, and snippets.

@iamsaso
iamsaso / .tmux.reset.conf
Created September 8, 2016 20:52 — forked from KushalP/.tmux.reset.conf
If someone's added their own tmux config in /etc/tmux.conf this will reset all key bindings to the default for tmux
# First remove *all* keybindings
unbind-key -a
# Now reinsert all the regular tmux keys
bind-key C-b send-prefix
bind-key C-o rotate-window
bind-key C-z suspend-client
bind-key Space next-layout
bind-key ! break-pane
bind-key \" split-window