From 44f0fb889f7977fc28e725c687e5c135c797ea7f Mon Sep 17 00:00:00 2001 From: Konstantin Bukley Date: Thu, 8 Apr 2021 21:59:30 +0300 Subject: [PATCH] tmux: easier window switching on planck --- tmux/.tmux.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 600164d..edee35d 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -45,6 +45,12 @@ set -g status-justify centre bind-key "'" split-window -h bind-key "p" split-window -v +bind-key 'q' select-window -t 1 +bind-key 'w' select-window -t 2 +bind-key 'e' select-window -t 3 +bind-key 'r' select-window -t 4 +bind-key 't' select-window -t 5 +bind-key 'y' select-window -t 6 # Smart pane switching with awareness of Vim splits. # See: https://github.com/christoomey/vim-tmux-navigator