mirror of
https://github.com/zebrajr/dotfiles.git
synced 2025-12-06 00:20:05 +01:00
add prefix > hjkl to move between panes
This commit is contained in:
parent
07405f88cc
commit
9f8be157ce
|
|
@ -2,7 +2,13 @@
|
||||||
set -g mouse on
|
set -g mouse on
|
||||||
|
|
||||||
## use vim keybinds
|
## use vim keybinds
|
||||||
set -g mode-keys vi
|
set -g mode-keys vi
|
||||||
|
|
||||||
|
## use vim keys to move between panes
|
||||||
|
bind h select-pane -L
|
||||||
|
bind j select-pane -D
|
||||||
|
bind k select-pane -U
|
||||||
|
bind l select-pane -R
|
||||||
|
|
||||||
# make a hot reload possible
|
# make a hot reload possible
|
||||||
bind r source-file ~/.tmux.conf
|
bind r source-file ~/.tmux.conf
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user