diff --git a/assets/default/dotfiles/tmux.conf b/assets/default/dotfiles/tmux.conf index 9cf87e5..994a8bb 100644 --- a/assets/default/dotfiles/tmux.conf +++ b/assets/default/dotfiles/tmux.conf @@ -60,7 +60,8 @@ unbind y if-shell 'test "$(uname -s)" = "Darwin"' 'bind y run "tmux show-buffer | pbcopy"' if-shell 'test "$(uname -s)" = "Linux"' 'bind y run "tmux show-buffer | xclip -sel clip -i"' -set -g set-clipboard external +# Make this on to allow passing of clipboard up from nvim 10.0 to tmux and Ghostty +set -g set-clipboard on # Auto load tmuxline config for themes if-shell "test -f ~/.tmuxline.conf" "source ~/.tmuxline.conf"