1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
## tmux config file
## should be located in /etc/tmux.conf for global policy and ~/.tmux.conf for user policy
# Protip: Use `<pref> :source-file ~/.tmux.conf` to load new config into current tmux server.


### Keybindings
# Bind Ctrl+a as PREFIX (pref) key instead of Ctrl+b
unbind C-b
set -g prefix C-q
bind C-q send-prefix

# Unbind key for triggering next-layout
unbind -T prefix Space

# Use <pref> + a to switch to last window.
bind -T prefix a last-window

This paste never expires. View raw. Pasted through web.