https://bugs.kde.org/show_bug.cgi?id=454924
Bug ID: 454924
Summary: Closing last file in VI-mode always exists Kate
Product: kate
Version: Git
Platform: Compiled Sources
OS: All
Status: REPORTED
Severity: normal
Priority: NOR
Component: Vi Input Mode
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
In case one closes the last tab in the VI-mode using the vi-commands, Kate
quits. But when pressing Ctrl+w to close the last tab, Kate stays open as
expected. This is due to the vi command parser in KTextEditor directly calling
the `quit` method on the Kate app.
Also, in the sessions we have an option "Close the application entirely when
last file is closed". The expected behavior is that the vi-mode also follows
this setting.
I am already working on making the patches, but wonder if we need to have a way
to quit the application entirely using the vi-commands.
--
You are receiving this mail because:
You are watching all bug changes.