Update tmux config for hjkl navigation

This commit is contained in:
Tyler Perkins 2024-11-14 08:05:28 -05:00
parent 7c3e013253
commit 42f2c3a4a4
No known key found for this signature in database
GPG Key ID: FB77409925BD2C84

View File

@ -8,3 +8,8 @@ bind r source-file ~/.tmux.conf
# Enable mouse usage
set -g mouse on
bind h select-pane -L
bind j select-pane -D
bind k select-pane -U
bind l select-pane -R