aboutsummaryrefslogtreecommitdiffstats
path: root/tmux
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2021-01-12 10:25:26 +0000
committerYann Herklotz <git@yannherklotz.com>2021-01-12 10:25:26 +0000
commit1fee62a1c794167c9cbea1d428f3c74cd8ff5525 (patch)
tree0dc9c0372969d4051db84786fc7985ba66a0357a /tmux
parent71e27986d43389cb501ed82c9b8a35f86dc57776 (diff)
downloaddotfiles-1fee62a1c794167c9cbea1d428f3c74cd8ff5525.tar.gz
dotfiles-1fee62a1c794167c9cbea1d428f3c74cd8ff5525.zip
Add C-o to send-prefix and put tmux bar on top
Diffstat (limited to 'tmux')
-rw-r--r--tmux/.tmux.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf
index deb9fe7..b39822f 100644
--- a/tmux/.tmux.conf
+++ b/tmux/.tmux.conf
@@ -1,4 +1,8 @@
set -g default-terminal "screen-256color"
set -g status-bg magenta
set -g status-fg white
+set -g status-position top
+
+unbind C-b
set -g prefix C-o
+bind C-o send-prefix