summaryrefslogtreecommitdiffstats
path: root/.config/tmux/tmux.conf
blob: f02e9ab384878c6f381a9839eb56913c84fa5ee2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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 renumber-windows on
set-option -g history-limit 5000
set-option -g xterm-keys on
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

# bind -n DoubleClick1Pane run-shell "dragon-drop -x '#{pane_current_path}/#{mouse_word}'"
remember that computers suck.