dots/tmux/.tmux.conf

17 lines
227 B
Plaintext
Raw Normal View History

2021-07-02 13:54:21 +00:00
unbind C-b
set -g prefix C-a
bind C-a send-prefix
2024-12-29 06:22:49 +00:00
set -g prefix C-Space
bind C-Space send-prefix
setw -g mouse on
set -g mode-keys vi
bind h select-pane -L
bind j select-pane -D
bind k select-pane -U
bind l select-pane -R