[feat] Change stuff

This commit is contained in:
Uttarayan Mondal
2023-12-18 15:47:09 +05:30
parent 10ebcc0a6c
commit 104c0f773c
9 changed files with 64 additions and 39 deletions

View File

@@ -68,6 +68,10 @@ bind C-q last-window
bind m send-keys -t.- 'mpcfzf' Enter
bind o set status
set -g allow-passthrough on
set -ga update-environment TERM
set -ga update-environment TERM_PROGRAM
bind-key -n C-\\ run-shell '~/.config/tmux/scratch'
if-shell 'uname | grep -q Darwin' { set -s copy-command 'pbcopy' }
if-shell 'uname | grep -q Linux' { set -s copy-command 'wl-copy' }