Changed default-terminal in tmux due to not working dracula in nvim
This commit is contained in:
parent
e35def944a
commit
671093d80c
@ -1,5 +1,7 @@
|
|||||||
set -g prefix C-a
|
set -g prefix C-a
|
||||||
set-option -g default-shell /bin/zsh
|
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'
|
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
|
unbind C-b
|
||||||
bind-key C-a send-prefix
|
bind-key C-a send-prefix
|
||||||
@ -8,7 +10,6 @@ bind q confirm kill-window
|
|||||||
bind Q confirm kill-pane
|
bind Q confirm kill-pane
|
||||||
set -g status on
|
set -g status on
|
||||||
bind-key -n C-f copy-mode \; send-key ?
|
bind-key -n C-f copy-mode \; send-key ?
|
||||||
set -g default-terminal "st-256color"
|
|
||||||
set -g history-limit 20000
|
set -g history-limit 20000
|
||||||
set-option -sg escape-time 0
|
set-option -sg escape-time 0
|
||||||
set -g base-index 1 # start windows numbering at 1
|
set -g base-index 1 # start windows numbering at 1
|
||||||
|
Loading…
Reference in New Issue
Block a user