From b24f9f0eccd6724adae024d22f4a26c20ea819e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Geoffrey=20=E2=80=9CFrogeye=E2=80=9D=20Preud=27homme?= Date: Wed, 24 Apr 2019 07:24:58 +0200 Subject: [PATCH] Tmux windows --- tmux.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/tmux.conf b/tmux.conf index 78b7ec0..b761cf2 100644 --- a/tmux.conf +++ b/tmux.conf @@ -1,3 +1,14 @@ +# switch windows alt+number +bind-key -n M-1 select-window -t 1 +bind-key -n M-2 select-window -t 2 +bind-key -n M-3 select-window -t 3 +bind-key -n M-4 select-window -t 4 +bind-key -n M-5 select-window -t 5 +bind-key -n M-6 select-window -t 6 +bind-key -n M-7 select-window -t 7 +bind-key -n M-8 select-window -t 8 +bind-key -n M-9 select-window -t 9 + # List of plugins set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-sensible'