| Summary: | Esc key closes terminal panel when Vim is open in Insert mode when using Git. | ||
|---|---|---|---|
| Product: | [Applications] kate | Reporter: | daobrien |
| Component: | general | Assignee: | KWrite Developers <kwrite-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | altern.ez, silopolis, waqar.17a |
| Priority: | NOR | ||
| Version First Reported In: | 21.08.3 | ||
| Target Milestone: | --- | ||
| Platform: | Fedora RPMs | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/utilities/kate/commit/356278ab2459d32a3f20124be8bd0f05398a4c3c | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
daobrien
2021-12-02 02:04:49 UTC
Go to "Settings->Terminal->"Hide Konsole On Esc press". Add "git" to the list of programs at the bottom. (In reply to Waqar Ahmed from comment #1) > Go to "Settings->Terminal->"Hide Konsole On Esc press". Add "git" to the > list of programs at the bottom. That solved it, thanks! (Although it was "Settings > Configure Kate > Terminal..." to get to that dialog box.) Thanks very much. Hi, Running 22.04.1 on Debian Testing I had a similar behavior. As this was apparently already set. I thought I had to add `vim.nox` to the list too but didn't seem to work (I didn't restart kate). Then tried a couple of things each time launching a new Kate... And it seems to me that it was only when I unchecked and checked back the `Hide Konsole on Esc` box and applied that it finally behaved as intended. In the end the original Kate instance finally worked, without restarting, and back with the original settings ! TY J Git commit 356278ab2459d32a3f20124be8bd0f05398a4c3c by Waqar Ahmed. Committed on 06/07/2022 at 06:46. Pushed by waqar into branch 'master'. Add git to the list of 'Esc' exceptions M +1 -1 addons/konsole/kateconsole.cpp https://invent.kde.org/utilities/kate/commit/356278ab2459d32a3f20124be8bd0f05398a4c3c Is there a similar option to keep other tabs open (like LSP, Search, ctags, etc.) when unsing vi-mode and pressing <ESC>? The solution for terminal tab works fine but the other tabs keep getting closed, even using remaps keys in vi-mode settings. |