Better copy and mouse handling

This commit is contained in:
Fabian Ising
2025-04-17 08:55:14 +02:00
parent 2da801cc05
commit d599275642
2 changed files with 12 additions and 2 deletions

View File

@@ -39,6 +39,12 @@ program = "alacritty"
[scrolling]
history = 0
[selection]
save_to_clipboard = false
[terminal]
osc52 = "OnlyCopy"
[terminal.shell]
args = ["-c", "$HOME/.tmux/tmux_attach.sh"]
program = "/bin/zsh"