mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-27 05:15:56 +03:00
[GH-ISSUE #813] vim mode esc not working properly in mac app #409
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#409
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 @rhoadsj on GitHub (Feb 26, 2021).
Original GitHub issue: https://github.com/BoostIO/BoostNote-App/issues/813
Current behavior
With vim mode in app (not web version), after going Into insert mode, ESC key does not get you back into NORMAL mode in the Mac app (Version 0.13.2 (0.13.2)). Works properly in web version.
Expected behavior
to someone familiar with vi/vim/etc from time immemorial, ESC always gets you from insert mode to normal mode.
Steps to reproduce
Environment
Desktop/Web
@Komediruzecki commented on GitHub (Feb 26, 2021):
Hi rhoadsj,
Already an issue opened and a fix in PR, will be fixed in next release. See #782 and #722
@DStranger commented on GitHub (May 3, 2021):
Hi @Komediruzecki,
I'm on 0.16.1, but this still doesn't work for me - Esc doesn't take me out of the edit mode. Ctrl-C works thought.
Am I doing something wrong?
@Komediruzecki commented on GitHub (May 3, 2021):
Unfortunately, the fix was not yet released. The next release will have the fix, which should come out in maximum of few days.
The next release should accompany great local search functionality as well as a keymap to assign different shortcuts to the basic app functionality (global/local search, local replace, split edit view mode etc.), the fix for VIM is integrated into local search imlpementation.