<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-us"><generator uri="https://gohugo.io/" version="0.101.0">Hugo</generator><title type="html">mouse on A Scripter's Notes</title><subtitle type="html">Emacs, scripting and anything text oriented.</subtitle><link href="https://scripter.co/tags/mouse/" rel="alternate" type="text/html" title="HTML"/><link href="https://scripter.co/tags/mouse/index.xml" rel="alternate" type="application/rss+xml" title="RSS"/><link href="https://scripter.co/tags/mouse/atom.xml" rel="self" type="application/atom+xml" title="Atom"/><link href="https://scripter.co/tags/mouse/jf2feed.json" rel="alternate" type="application/jf2feed+json" title="jf2feed"/><updated>2026-04-22T08:24:58-04:00</updated><author><name>Kaushal Modi</name><email>kaushal.modi@gmail.com</email></author><id>https://scripter.co/tags/mouse/</id><entry><title type="html">tmux Shift + Mouse</title><link href="https://scripter.co/tmux-shift-plus-mouse/?utm_source=atom_feed" rel="alternate" type="text/html"/><link href="https://scripter.co/command-to-every-pane-window-session-in-tmux/?utm_source=atom_feed" rel="related" type="text/html" title="Send a command to every pane/window/session in tmux"/><id>https://scripter.co/tmux-shift-plus-mouse/</id><author><name>Kaushal Modi</name></author><published>2014-08-28T16:47:46-04:00</published><updated>2014-08-28T16:47:46-04:00</updated><content type="html"><![CDATA[<blockquote>Using mouse to copy/paste in <code>tmux</code> <em>panes</em>.</blockquote><p>I had been missing the <em>&ldquo;select and middle-click&rdquo;</em> method for copying
and pasting stuff in <code>tmux</code> panes.</p>
<p>Thanks to <a href="https://superuser.com/questions/598718/how-do-i-select-entire-words-with-tmuxs-mouse-mode">this</a> post, I learned that I can use the <kbd>Shift</kbd> key and
bypass <code>tmux</code>&rsquo;s own copy and paste method.</p>
<table>
<thead>
<tr>
<th>Key/Mouse Binding</th>
<th>Action</th>
</tr>
</thead>
<tbody>
<tr>
<td><kbd>Shift</kbd> + Mouse left button double-click</td>
<td>Copies the double-clicked word</td>
</tr>
<tr>
<td><kbd>Shift</kbd> + Select using mouse</td>
<td>Copies the selection</td>
</tr>
<tr>
<td><kbd>Shift</kbd> + Mouse middle button click</td>
<td>Pastes the copied text using above method in the <code>tmux</code> pane</td>
</tr>
</tbody>
</table>
]]></content><category scheme="https://scripter.co/categories/unix" term="unix" label="unix"/><category scheme="https://scripter.co/tags/tmux" term="tmux" label="tmux"/><category scheme="https://scripter.co/tags/mouse" term="mouse" label="mouse"/><category scheme="https://scripter.co/tags/copy" term="copy" label="copy"/><category scheme="https://scripter.co/tags/paste" term="paste" label="paste"/></entry></feed>