diff options
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 |
