mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-27 05:15:56 +03:00
[GH-ISSUE #1367] VIM Keymapping does not work correctly on ubuntu 16.04 #501
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#501
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 @harvey-wei on GitHub (Nov 25, 2021).
Original GitHub issue: https://github.com/BoostIO/BoostNote-App/issues/1367
@Komediruzecki commented on GitHub (Nov 25, 2021):
Can you describe the issue with some example? I don't really have such older OS, but from that it seems that it works in later versions of ubuntu?
@harvey-wei commented on GitHub (Nov 25, 2021):
Thanks for your quick reply!
I can not move the cursor in Normal Mode by typing J K L I. Hitting the key I does not make the VIM enter the Insert Mode.
Overall, the VIM Keybinding can not work in the expected way.
@Komediruzecki commented on GitHub (Nov 25, 2021):
Hi,
Are you sure you are in VIM edit mode?
Can you please provide screenshots of the situation, and maybe open the developer tools console (Ctrl+Shift+I), so I can see if there are any errors in the console tab?
@harvey-wei commented on GitHub (Nov 26, 2021):
Ctrl+Shift+I did not bring me into the developer tools
@Komediruzecki commented on GitHub (Nov 26, 2021):
You can open it from the menu

which application version are you using? Latest I suppose?
If you have the latest version, the shortcut seems to have changed to
Alt+Ctrl+Shift+I@harvey-wei commented on GitHub (Nov 29, 2021):
Hi!
VIM mapping does not work as expected on both ubuntu 16.04 and mac os
@Komediruzecki commented on GitHub (Nov 30, 2021):
Hi,
can you let me know of the version of chrome/chromium (and firefox) you have installed with your Ubuntu 16.04?
@harvey-wei commented on GitHub (Dec 1, 2021):
Latest version of Chrome
@Rokt33r commented on GitHub (Dec 1, 2021):
@Wei-Mao I cannot reproduce the problem either in macOS. Here is my userAgent.
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.55 Safari/537.36'I'm now suspecting that the editor might losing focus. There is a reported issue about losing focus when accidentally pressing ESC twice to escape insert mode.
Can you take a video so we can reproduce it?
@harvey-wei commented on GitHub (Dec 28, 2021):
Hey! You are right!