summaryrefslogtreecommitdiff
path: root/.config/tmux/tmux.conf
blob: 6741acb50351b620d70dc10add6c6d2135f575fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#set -ga terminal-overrides ",xterm-256color*:Tc"
set -s escape-time 0

#unbind C-b
#set-option -g prefix C-a
#bind-key C-a send-prefix

bind r source-file ~/.tmux.conf
set -g base-index 1

set-window-option -g mode-keys vi
bind -T copy-mode-vi v send-keys -X begin-selection
bind -T copy-mode-vi y send-keys -X copy-pipe-and-cancel 'xclip -in -selection clipboard'

# vim-like pane switching
bind -r ^ last-window
bind -r k select-pane -U
bind -r j select-pane -D
bind -r h select-pane -L
bind -r l select-pane -R

# forget the find window.  That is for chumps
bind-key -r f run-shell "tmux neww ~/.local/bin/tmux-sessionizer"

bind-key -r T run-shell "~/.local/bin/tmux-sessionizer ~/Documents/Projects/git/The-Morning-Paper"
bind-key -r H run-shell "~/.local/bin/tmux-sessionizer ~/OneDrive\ -\ The Pennsylvania\ State\ University/Semester\ 2/CMPSC132/Homework