28122023
This commit is contained in:
parent
41adb9e23d
commit
7ace81f4f0
27 changed files with 784 additions and 1 deletions
|
@ -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"'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue