summaryrefslogblamecommitdiffstats
path: root/.config/tmux/tmux.conf
blob: 9e77b7cfd633fd71306aa9f251403c2920d02307 (plain) (tree)
1
2
3
4
5
6




                           
                                                







                                
# mod key
set-option -g prefix `
set-option -g mouse off
set-option -g mode-keys vi
set-option -g escape-time 0
set-option -g default-terminal "screen-256color"
set-option -g history-limit 5000
set -s escape-time 0

# keybindings
bind-key ` last-window
bind-key j next-window
bind-key k previous-window
bind-key e send-prefix
remember that computers suck.