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
Also found: Ctrl+C works correctly with selected text, but with no selection it types the letter "c" instead of "^C". Doesn't log any Sublime commands. Ctrl+Z performs 'undo' (not listened as an exception for natural keyboard). Doesn't log any Sublime commands.
Using Windows 11, Sublime Text 4, PowerShell 7.
Default Terminus key bindings:
Default Sublime Text key bindings:
Run
toggle_terminus_panel
, type something into PowerShell, then press the backspace key. Sublime Text console log:Results in Terminus deleting a character and undoing it over and over.
Was able to fix it by reassigning backspace to Ctrl+H:
The text was updated successfully, but these errors were encountered: