Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Internal
* Update key feature list in `README.md`, syncing with web.
* Sync prompt format string commentary with web.
* Add a GitHub Actions workflow to run Codex review on pull requests.
* Remove vim-style exit sequence which had no effect.


1.53.0 (2026/02/12)
Expand Down
3 changes: 0 additions & 3 deletions mycli/clibuffer.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ def _multiline_exception(text: str) -> bool:
# uppercase variants accepted
first_word.lower() in SPECIAL_COMMANDS
or
# To all teh vim fans out there
(first_word == ":q")
or
# just a plain enter without any text
(first_word == "")
)