You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
Checked that there is not already an Atom package that provides the described functionality: https://atom.io/packages
When close tabs with middle click that close the current tab and focus to next tab, If the next tab is Local termial it with paste the clipboard content to terminal.
This does not happen if the next tab is a regular editable file.
Steps to Reproduce
Open a local terminal in Atom
Open a text/editable file
Select (Highlight) some text to copy in middle-click clipboard
Close the second tab by middle-clicking on the tab
Expected behavior:
Should not paste the clipboard to terminal
Actual behavior:
That paste clipboard content to terminal tab
Reproduces how often:
100%
Versions
Atom : 1.38.2
Electron: 2.0.18
Chrome : 61.0.3163.100
Node : 8.9.3
Os : Linux, Debian 10