From daa728e87f5999c852e5ddf29d5eb1bc11a0a71f Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Mon, 11 Nov 2019 16:28:45 +0000 Subject: Change C-b to C-o in tmux --- tmux/.tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 904bb19..4205194 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 @@ -41,4 +41,4 @@ set -g visual-silence off set -g word-separators " -_@" set -g mouse on set -g set-clipboard external -bind -T root MouseUp2Pane paste \ No newline at end of file +bind -T root MouseUp2Pane paste -- cgit