diff options
| author | Jacob McDonnell <jacob@simplelittledream.com> | 2022-10-26 20:17:03 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@simplelittledream.com> | 2022-10-26 20:17:03 -0400 |
| commit | 5b7fee8860acad725b682503a490f354726f9c8d (patch) | |
| tree | 971f239f33ccbfbbeb5e2c9d6ff9f8fad07712db /.config/tmux | |
| parent | e92e82df51537e958a7d642bcd7898b1b5009327 (diff) | |
Launch Tmux from zshrc to prevent issues
Diffstat (limited to '.config/tmux')
| -rw-r--r-- | .config/tmux/tmux.conf | 5 |
1 files changed, 3 insertions, 2 deletions
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 |
