diff options
-rw-r--r-- | .config/tmux/tmux.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf new file mode 100644 index 0000000..34a097f --- /dev/null +++ b/.config/tmux/tmux.conf @@ -0,0 +1,4 @@ +bind h select-pane -L +bind j select-pane -D +bind k select-pane -U +bind l select-pane -R |