https://bugs.kde.org/show_bug.cgi?id=480478
Bug ID: 480478 Summary: Add support for remote text editor command for click-to-open Classification: Applications Product: konsole Version: 22.12.3 Platform: unspecified OS: Linux Status: REPORTED Severity: wishlist Priority: NOR Component: general Assignee: konsole-de...@kde.org Reporter: pe...@gibsonic.org Target Milestone: --- SUMMARY This is a wishlist note for a feature in Konsole, rather than a bug. I've recently started using the "Open files/links by direct click" option in Konsole (under Profile->Mouse->Miscellaneous), which is very useful when combined with compiler errors which specific the line and column number of the error. It allows me to set a custom editor command, e.g., `emacsclient +LINE:COLUMN -n PATH`. However, I wish that there was a 2nd optional custom editor option for when Konsole is using a remote connection (e.g., over SSH). In this case, I would like to also have variable name for the SSH alias we are using, so I would run something like: `emacsclient -n -e "(progn (find-file \"/ssh:REMOTEHOST:PATH\") (goto-line LINE) (move-to-column (1- COLUMN)))"` This is not unprecedented, as Profiles->Tabs lets the user set different Tab title formats for local and remote tabs. I'm running Konsole version 22.12.3 (Plasma 5.27.5), but I've checked the upstream branch and it still does not appear to have this feature. -- You are receiving this mail because: You are watching all bug changes.