Skip to content

Commit c36b5b6

Browse files
committed
Add simple .tmux.conf, pane navigation with vim keys
1 parent 8cefc5f commit c36b5b6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.tmux.conf

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
set -g prefix C-a
2+
3+
bind h select-pane -L
4+
bind j select-pane -D
5+
bind k select-pane -U
6+
bind l select-pane -R

0 commit comments

Comments
 (0)