aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2019-11-11 16:28:45 +0000
committerYann Herklotz <git@yannherklotz.com>2019-11-11 16:28:45 +0000
commitdaa728e87f5999c852e5ddf29d5eb1bc11a0a71f (patch)
tree59cdcebccd2dfd0f870792f93526ef38fae8a794
parent1fdb0e5e704277d08e35264d9814de730774769e (diff)
downloaddotfiles-daa728e87f5999c852e5ddf29d5eb1bc11a0a71f.tar.gz
dotfiles-daa728e87f5999c852e5ddf29d5eb1bc11a0a71f.zip
Change C-b to C-o in tmux
-rw-r--r--tmux/.tmux.conf4
1 files 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