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
On #169 the copy/paste was implemented using Ctrl+C and Ctrl+V, but in Linux and Windows terminals the convention is to use Shift+Ctrl+C and Shift+Ctrl+V respectively.
The Shift+Ctrl+V works as expected, but the Shift+Ctrl+C doesn't do anything.
Implement Shift+Ctrl+C alongside Ctrl+C (when text is selected) on Terminal sessions.
The text was updated successfully, but these errors were encountered:
On #169 the copy/paste was implemented using
Ctrl+C
andCtrl+V
, but in Linux and Windows terminals the convention is to useShift+Ctrl+C
andShift+Ctrl+V
respectively.The
Shift+Ctrl+V
works as expected, but theShift+Ctrl+C
doesn't do anything.Implement
Shift+Ctrl+C
alongsideCtrl+C
(when text is selected) on Terminal sessions.The text was updated successfully, but these errors were encountered: