This commit is contained in:
foozzi 2023-12-28 22:52:58 -05:00
parent 41adb9e23d
commit 7ace81f4f0
27 changed files with 784 additions and 1 deletions

View file

@ -9,7 +9,8 @@ set -g mode-keys vi
bind-key -T copy-mode-vi v send-keys -X begin-selection
bind-key -T copy-mode-vi y send-keys -X copy-pipe "pbcopy"
set -g default-terminal "xterm-256color"
set -g default-terminal "tmux-256color"
set-option -sa terminal-features ',alacritty:RGB'
# reset gpg-agent password cache after close the pane (vimwiki diary)
set-hook -g window-unlinked 'run-shell "gpgconf --reload gpg-agent"'