diff options
| author | Mica White <botahamec@outlook.com> | 2026-06-05 15:51:14 -0400 |
|---|---|---|
| committer | Mica White <botahamec@outlook.com> | 2026-06-05 15:51:14 -0400 |
| commit | aa0b0fd6b32ea4db85664c6bc97f1f5c5d1aa78e (patch) | |
| tree | 6f091b2fb77368b2d86571074ed09f92f9b1b380 /.config/tmux/tmux.conf | |
| parent | 6e2f80c8d15730d07e813debc38c977f4d42db01 (diff) | |
tmux
Diffstat (limited to '.config/tmux/tmux.conf')
| -rw-r--r-- | .config/tmux/tmux.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf new file mode 100644 index 0000000..946396f --- /dev/null +++ b/.config/tmux/tmux.conf @@ -0,0 +1,7 @@ +set -g @plugin 'alexwforsythe/tmux-which-key' +set -g @plugin 'b0o/tmux-autoreload' + +set -g set-clipboard on +set -ga terminal-overrides ',*:Ms=\E]52;%p1%s;%p2%s\007' + +run 'tpack init' |
