waybar and tmux plugins
This commit is contained in:
parent
238d53fadd
commit
6bdaba63f5
6 changed files with 179 additions and 140 deletions
|
@ -1,5 +1,5 @@
|
|||
set -g set-titles on
|
||||
set -g mouse off
|
||||
set -g mouse on
|
||||
|
||||
unbind C-b
|
||||
set -g prefix C-f
|
||||
|
@ -23,9 +23,15 @@ set -ag terminal-overrides ",xterm-256color:RGB"
|
|||
|
||||
set -g base-index 1
|
||||
|
||||
# default is 2000
|
||||
set -g history-limit 9999999
|
||||
|
||||
set -as terminal-features ",kitty*:RGB"
|
||||
|
||||
source-file ~/.config/tmux/tokyonight_night.tmux
|
||||
|
||||
# plugins
|
||||
set -g @plugin 'tmux-plugins/tpm'
|
||||
set -g @plugin 'tmux-plugins/tmux-sensible'
|
||||
set -g @plugin 'tmux-plugins/tmux-yank'
|
||||
set -g @plugin 'tmux-plugins/tmux-resurrect'
|
||||
set -g @plugin 'tmux-plugins/tmux-continuum'
|
||||
|
||||
set -g @resurrect-capture-pane-contents 'on'
|
||||
set -g @continnum-restore 'on'
|
||||
run "~/.tmux/plugins/tpm/tpm"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue