| Summary: | Terminal panel opens vi when I try to open a new file on another directory | ||
|---|---|---|---|
| Product: | [Applications] kate | Reporter: | juan <juan> |
| Component: | general | Assignee: | KWrite Developers <kwrite-bugs-null> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | normal | CC: | nilsding, waqar.17a |
| Priority: | NOR | ||
| Version First Reported In: | 21.08.3 | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | Video of the behaviour observed | ||
|
Description
juan
2021-11-22 07:03:18 UTC
Can't reproduce. Can you provide some more details? How do you open the files? Detailed step by step instructions would be best. Created attachment 145898 [details]
Video of the behaviour observed
Here's a video of the behaviour observed, the steps are: 1. Open a file on kate and open the Terminal Panel 2. Open another file on another directory, the Terminal Panel instead of cd on the directory will open VI on a temp file. 3. If vi is removed from the system, everything works fine. Hi, Kate sends ^E^U before the `cd /...` command to ensure the command line is empty. Could it be that your shell is configured to open up vi on one of those keys? |