mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-26 21:05:55 +03:00
[GH-ISSUE #722] Esc in Vim Keymap does not exit insert mode #374
Labels
No labels
android 🤖
assigned to core 🦹
bug 🐛
documentation 📚
documentation 📚
duplicate 🚫
external issue 🔼
external issue 🔼
feature request 🌟
funded on issuehunt 💵
help wanted 🆘
improvement request 🔨
improvement request 🔨
ios 🍎
mobile 📱
needs investigation 🔬
needs more info ℹ️
needs specs 📐
plugin idea 🔌
plugin idea 🔌
poll 🗳️
pull-request
question ❓
rewarded on issuehunt 🎁
security issue 🔑
won’t fix ❌
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/BoostNote-App#374
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tristenps on GitHub (Dec 16, 2020).
Original GitHub issue: https://github.com/BoostIO/BoostNote-App/issues/722
Current behavior
Pressing doesn't leave insert mode when using the vim editor keymap.
Expected behavior
It should exit insert mode, just like Ctrl+C and Ctrl+[
Steps to reproduce
Environment
Desktop/Web
Desktop, MacOS 11.1
@SimonCW commented on GitHub (Jan 4, 2021):
Same Issue. Unfortunately, I cannot add more insights as my environment.
Environment
@Komediruzecki commented on GitHub (Jan 5, 2021):
Hi to all,
this issue is happening because of local editor search keybinding for escape. This means that currently, we have 2 actions that need to be done for the escape button, in VIM keybinding it must exit the insert mode, and in search results overview it must clear the search.
Since the local editor search will soon be improved and aligned with global search, this issue will be resolved, since the local search input box will automatically clear search results on close rather than using an additional Esc key to clear search highlight.
Thank you for reporting this!
I'll update the issue with a link to local search improvement issue soon and link with PR once it's finished.
EDIT: Link to issue: #762
@Rokt33r commented on GitHub (Feb 22, 2021):
Closing this in favor of #762. And the fix will be shipped in v0.14.0 which will be released in the next week.