<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Keyboard Shortcut for moving tabbed files?]]></title><description><![CDATA[<p dir="auto">I quite often have more than 30 files open and when I need to open a new file NP++ opens it in a new tab at the far right (which is fine), but having files adjacent for some tasks is preferable. Dragging the new file to a different place in a long row of tabbed files can be bothersome, because the application gets hung up, and moves in a jerky way. Is there a keyboard shortcut for highlighting a particular tabbed file so that it can be moved with the keyboard then dropped, rather than with a mouse?</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/16387/keyboard-shortcut-for-moving-tabbed-files</link><generator>RSS for Node</generator><lastBuildDate>Sat, 12 Sep 2026 04:31:29 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/16387.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 26 Sep 2018 01:08:14 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Keyboard Shortcut for moving tabbed files? on Wed, 26 Sep 2018 20:41:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/cmeriaux" aria-label="Profile: cmeriaux">@<bdi>cmeriaux</bdi></a></p>
<p dir="auto">Thanks for the tip!  Inspired by this I created two new macros, both tied to the <strong>Move to Other View</strong> command; one is tied to ctrl+shift+alt+left, the other is tied to ctrl+shift+alt+right.  Although they both do the same thing, it is easier and feels more natural to have the arrow key be the one that points in the direction I want the tab to go.  [Note that this implies I have my views arranged left-right instead of over-under.]</p>
]]></description><link>https://community.notepad-plus-plus.org/post/35117</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/35117</guid><dc:creator><![CDATA[Scott Sumner]]></dc:creator><pubDate>Wed, 26 Sep 2018 20:41:14 GMT</pubDate></item><item><title><![CDATA[Reply to Keyboard Shortcut for moving tabbed files? on Wed, 26 Sep 2018 12:08:04 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/cmeriaux" aria-label="Profile: cmeriaux">@<bdi>cmeriaux</bdi></a></p>
<p dir="auto">Good idea to have keyboard shortcuts for those…but I think the OP is trying to achieve tab movement via keyboard within the same view and instance.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/35102</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/35102</guid><dc:creator><![CDATA[Scott Sumner]]></dc:creator><pubDate>Wed, 26 Sep 2018 12:08:04 GMT</pubDate></item><item><title><![CDATA[Reply to Keyboard Shortcut for moving tabbed files? on Wed, 26 Sep 2018 07:42:31 GMT]]></title><description><![CDATA[<p dir="auto">For sure,  You can assign the shortcut you want in shortcut mapper ( Main menu panel) :</p>
<ul>
<li>Move to Other View</li>
<li>Clone to Other View</li>
<li>Move to New Instance</li>
<li>Open in New Instance</li>
</ul>
<p dir="auto">They will process the selected tab.</p>
<p dir="auto">Here is the XML config file of my configured  shortcuts</p>
<pre><code>    &lt;!--Move to Other View - Ctrl+Alt+Shift+Right --&gt;
    &lt;Shortcut id="10001" Ctrl="yes" Alt="yes" Shift="yes" Key="39" /&gt;
    &lt;!--Clone to Other View -  --&gt;
    &lt;Shortcut id="10002" Ctrl="no" Alt="no" Shift="no" Key="0" /&gt;
    &lt;!--Move to New Instance -  --&gt;
    &lt;Shortcut id="10003" Ctrl="no" Alt="no" Shift="no" Key="0" /&gt;
    &lt;!--Open in New Instance -  --&gt;
    &lt;Shortcut id="10004" Ctrl="no" Alt="no" Shift="no" Key="0" /&gt;
</code></pre>
]]></description><link>https://community.notepad-plus-plus.org/post/35095</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/35095</guid><dc:creator><![CDATA[cmeriaux]]></dc:creator><pubDate>Wed, 26 Sep 2018 07:42:31 GMT</pubDate></item></channel></rss>