diff --git a/.tmux.conf b/.tmux.conf index f5f4f97..43969f8 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,5 +1,7 @@ set -g prefix C-a set-option -g default-shell /bin/zsh +set -g default-terminal "screen-256color" +set -ga terminal-overrides ",*256col*:Tc" bind-key p command-prompt -p 'save history to filename:' -I '~/tmux.history' 'capture-pane -JS -32768 ; save-buffer %1 ; delete-buffer' unbind C-b bind-key C-a send-prefix @@ -8,7 +10,6 @@ bind q confirm kill-window bind Q confirm kill-pane set -g status on bind-key -n C-f copy-mode \; send-key ? -set -g default-terminal "st-256color" set -g history-limit 20000 set-option -sg escape-time 0 set -g base-index 1 # start windows numbering at 1