aboutsummaryrefslogtreecommitdiff
path: root/config/tmux/tmux.conf
blob: f36fdae79e5e1900eda6fb7c247a057ea2466a3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Ryo i3 config
# https://ryo.nopwd.lol
# version: alpha

set-option -sg escape-time 25
set-option -g mode-keys vi
set-option -g status-keys vi

bind-key l select-pane -R
bind-key h select-pane -L
bind-key j select-pane -D
bind-key k select-pane -U

bind-key v select-window -l

bind-key r source-file ~/.config/tmux/tmux.conf
bind-key y set-option synchronize-panes
bind-key W new-window -c "#{pane_current_path}"
bind-key S split-window -h -c "#{pane_current_path}"