waybar and tmux plugins

This commit is contained in:
Cy Pokhrel 2024-11-21 15:56:39 -05:00
parent 238d53fadd
commit 6bdaba63f5
No known key found for this signature in database
GPG key ID: 1200FBE36C2ADE2E
6 changed files with 179 additions and 140 deletions

View file

@ -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"