From f5358bdf35767c65cfb190a3f3dab5d726373e22 Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Mon, 20 Dec 2021 12:09:20 +0100 Subject: [PATCH] tmux: more convenient C-o binding --- .tmux.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index 886eabf..f6999e7 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -46,8 +46,7 @@ bind -n M-9 select-window -t 9 bind -n M-0 select-window -t 10 bind -n M-m send-keys -t 9 q C-u "clear; tmux clear-history -t 9" C-m C-p C-p C-p C-m bind -n M-` last-window -bind C-o last-window -bind o send-keys C-o +bind C-o send-keys C-o bind r source-file ~/.tmux.conf bind -n C-Right next-window bind -n C-Left previous-window