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
Copy an editor tab's file path from its right-click menu. Right-clicking an editor tab now offers Copy Full Path — the real remote path for a file opened over SSH, the local path otherwise. SSH files also get Copy Local Copy Path: because opening a remote file reads its bytes straight into the editor and cleans up the transfer temp, there was previously no local file to point tooling at. maiTerm now re-materializes the current remote-saved file on demand at a stable per-file location and copies that path — so repeat clicks reuse the same file and same-named files from different hosts don't collide.