From f5f394f8f705a708938e6ed3f1fd78ec44364217 Mon Sep 17 00:00:00 2001 From: Anthony Debucquoy Date: Tue, 9 Apr 2024 21:44:32 +0200 Subject: [PATCH] adding tmux --- tmux/.config/tmux/tmux.conf | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tmux/.config/tmux/tmux.conf 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