tmux prefix changes

This commit is contained in:
Daylin Morgan 2023-05-03 14:22:51 -05:00
parent 7a924defd5
commit e12ad09ea6
Signed by: daylin
GPG key ID: C1E52E7DD81DF79F

View file

@ -4,10 +4,11 @@ setw -g mode-keys vi
set -g mouse on
# keybindings
# smart pane switching with awareness of vim splits
set -g prefix C-a
set -g prefix C-Space
bind-key C-Space send-prefix
unbind C-b
# smart pane switching with awareness of vim splits
bind h select-pane -L
bind j select-pane -D
bind k select-pane -U