From f7839a30a8936d9c9c6f3eb95c2f28a14134af03 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sun, 12 Jan 2020 20:38:26 +0000 Subject: Change C-b to C-o in tmux --- tmux/.tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tmux/.tmux.conf') diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 904bb19..b2f198b 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -16,7 +16,7 @@ set -g lock-after-time 0 set -g lock-command "lock -np" set -g message-command-style fg=yellow,bg=black set -g message-style fg=black,bg=yellow -set -g prefix C-b +set -g prefix C-o set -g prefix2 None set -g renumber-windows off set -g repeat-time 500 -- cgit