From 8aea5dc621b4a5a5ebf4877611344e56f4a4b1a4 Mon Sep 17 00:00:00 2001 From: Joe Date: Mon, 27 Feb 2023 17:11:49 +0100 Subject: up --- .config/tmux/tmux.conf | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .config/tmux/tmux.conf (limited to '.config/tmux') 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 -- cgit v1.2.3