From 5b7fee8860acad725b682503a490f354726f9c8d Mon Sep 17 00:00:00 2001 From: Jacob McDonnell Date: Wed, 26 Oct 2022 20:17:03 -0400 Subject: Launch Tmux from zshrc to prevent issues --- .config/tmux/tmux.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '.config/tmux/tmux.conf') diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 139c895..339eb67 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -1,8 +1,9 @@ set -ga terminal-overrides ",xterm-256color*:Tc" set -s escape-time 0 -bind-key C-b send-prefix -#set -g status-style 'bg=#333333 fg=#5eacd3' +#unbind C-b +#set-option -g prefix C-a +#bind-key C-a send-prefix bind r source-file ~/.tmux.conf set -g base-index 1 -- cgit v1.2.3