From 913a02cfc5385862f9f615d33b1d060afb4e2373 Mon Sep 17 00:00:00 2001 From: TheK4n Date: Sat, 18 Dec 2021 23:46:49 +0300 Subject: [PATCH] add tmux.conf --- .tmux.conf | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .tmux.conf diff --git a/.tmux.conf b/.tmux.conf new file mode 100644 index 0000000..4fd7f35 --- /dev/null +++ b/.tmux.conf @@ -0,0 +1,5 @@ +# pane navigation +bind -r h select-pane -L # move left +bind -r j select-pane -D # move down +bind -r k select-pane -U # move up +bind -r l select-pane -R # move right