Communities for your favorite technologies. Explore all Collectives
Stack Overflow for Teams is now called Stack Internal. Bring the best of human thought and AI automation together at your work.
Bring the best of human thought and AI automation together at your work. Learn more
Find centralized, trusted content and collaborate around the technologies you use most.
Stack Internal
Knowledge at work
Bring the best of human thought and AI automation together at your work.
I'm using tmux 2.1 and as I'm big fan of vim's block selection (Ctrl+v) I would like to stop using it inside tmux to paste, how can I configure that?.
I've tried unbind C-v on my ~/.tmux.conf but nothing changes.
unbind C-v
~/.tmux.conf
This seems to be a problem of your terminal emulator. I don't see a C-v binding in vanilla tmux. You can verify if it's indeed tmux to blame by listing all the key bindings via tmux list-keys command.
C-v
tmux
tmux list-keys
You can also test it with
bind-key C-v send-key C-v
Add a comment
Start asking to get answers
Find the answer to your question by asking.
Explore related questions
See similar questions with these tags.