Git Product home page Git Product logo

Comments (5)

gpakosz avatar gpakosz commented on May 20, 2024 1

You don't need reattach-to-user-namespace as of tmux 2.6

from .tmux.

gpakosz avatar gpakosz commented on May 20, 2024

Hello @waldauf 👋

You can add this to your .local customization file:

bind -T copy-mode-vi y send -X copy-selection-no-clear #!important

But after I tested it, even though I set tmux_conf_copy_to_os_clipboard=false, what I copy into tmux buffer is still synced with my OS clipboard and I need to investigate why it's the case with a recent tmux.

from .tmux.

gpakosz avatar gpakosz commented on May 20, 2024

Tmux has evolved a lot and according to https://github.com/tmux/tmux/wiki/Clipboard it depends on many factors whether it's going to copy to the OS clipoard.

from .tmux.

waldauf avatar waldauf commented on May 20, 2024

Hi @gpakosz !
Thank You for Your help. I dived more deeply into it and played with the setting and found this magic configuration which enables me:

  • Stay in copy-mode after copy text, including mouse text marking.
  • y copies to Tmux register.
  • Enter copies to the system clipboard.

Configuration part in .local:

tmux_conf_copy_to_os_clipboard=true
~
###
# Prevent TMUX to leave copy-mode after copying selected text
###
# https://www.fosslinux.com/105809/tmux-copy-paste-mode-tips-and-tricks-for-productivity.htm#block-4
set-option -g default-command "reattach-to-user-namespace -l zsh"

# https://www.reddit.com/r/tmux/comments/v73005/how_to_prevent_tmux_from_exiting_copy_mode_after/
# https://unix.stackexchange.com/questions/639288/retain-selection-highlight-after-copying-text-to-clipboard-in-tmux
bind -T copy-mode-vi y send -X copy-selection-no-clear
bind-key -Tcopy-mode-vi Enter send -X copy-selection-no-clear
bind-key -Tcopy-mode-vi MouseDragEnd1Pane send -X copy-selection-no-clear

from .tmux.

waldauf avatar waldauf commented on May 20, 2024

Now I verified that it doesn't work according to my wish. Everything is also stored in the system clipboard. I hope my future-self will fix it. :D

You don't need reattach-to-user-namespace as of tmux 2.6

I have to run on MacOS and there was a problem without reattach-to-user-namespace. Will try it again without.

from .tmux.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.