Summary: | <Ctrl-[> (Control-Left Bracket) should behave as Escape in vi mode | ||
---|---|---|---|
Product: | [Applications] kate | Reporter: | Tim Siegel <siegeltr> |
Component: | Vi Input Mode | Assignee: | KWrite Developers <kwrite-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | ameyer0, christoph, waqar.17a |
Priority: | NOR | ||
Version First Reported In: | 24.05.1 | ||
Target Milestone: | --- | ||
Platform: | NixOS | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/utilities/kate/-/commit/eff9223a57704a16050b9bdcf52cfb24e98c87d8 | Version Fixed In: | |
Sentry Crash Report: |
Description
Tim Siegel
2024-07-08 16:12:28 UTC
It seems that this is already a feature but it's being superseded by a global shortcut. WORKAROUND: 1. In System Settings, go to Keyboard->Shortcuts->Navigation. 2. Uncheck "Ctrl+[" under "Activate Previous Tab". 3. Restart Kate, Ctrl+[ should now work like escape in Vi input mode. Seems like Next tab/Prev Tab take up two shortcuts each!!! Thats a bit alarming for Kate as we are already running low on shortcuts and there's stuff overusing it :/ Anyways, that's a standard kde shortcut, unlikely that will change. Perhaps we should remove the fallback shortcut in Kate (In reply to Waqar Ahmed from comment #2) > Anyways, that's a standard kde shortcut, unlikely that will change. Perhaps > we should remove the fallback shortcut in Kate Perhaps we should do that. Turns out its not 2 shortcuts, its at least 3: QList(QKeySequence("Alt+Right"), QKeySequence("Forward")) QList(QKeySequence("Ctrl+PgDown"), QKeySequence("Ctrl+]")) Git commit eff9223a57704a16050b9bdcf52cfb24e98c87d8 by Christoph Cullmann, on behalf of Waqar Ahmed. Committed on 24/10/2024 at 16:50. Pushed by cullmann into branch 'master'. Remove extra shortcuts for tab next/prev M +0 -2 apps/lib/katemainwindow.cpp https://invent.kde.org/utilities/kate/-/commit/eff9223a57704a16050b9bdcf52cfb24e98c87d8 |