diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf new file mode 100644 index 0000000..1e24f79 --- /dev/null +++ b/tmux/.config/tmux/tmux.conf @@ -0,0 +1,6 @@ +set -g mouse + +bind h selectp -L +bind j selectp -D +bind k selectp -U +bind l selectp -R