update tmux conf

This commit is contained in:
Grigory Shipunov 2023-07-24 00:08:24 +02:00
parent 1fe8b52a20
commit 8bd1c8066f
2 changed files with 96 additions and 7 deletions

View file

@ -1,7 +1,3 @@
# Plugins
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-yank'
# fix esc problems in vim
set -s escape-time 0
@ -13,7 +9,6 @@ set-option -g history-limit 50000
# all the colors we can get
set-option -g default-terminal "tmux-256color"
set-option -ga terminal-overrides ",foot*:Tc"
# vi style copy mode
setw -g mode-keys vi
@ -62,5 +57,5 @@ setw -g window-status-bell-style 'fg=colour255 bg=colour1 bold'
# messages
set -g message-style 'fg=black bg=white bold'
# plugin manager, has to be at the bottom
run '~/.tmux/plugins/tpm/tpm'
# copy to clipboard
run-shell ./.yank.tmux