-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vim mode configuration #840
Comments
We use CodeMirror as our editor, so you can do this. You have to input your configuration such as I have a plan that it will be configurable on |
Would this address the issue of no key repeating? Right now I have to repeated hit |
@robustdj I guess that more of CodeMirror's problem. |
@asmsuechan I'm sure this isn't the most vital feature for you, but do you have any update on your idea to put vim keybindings in |
After some Googling I finally found a solution. It appears to be an issue with Lion and I was able to resolve by typing this in the terminal: defaults write -g ApplePressAndHoldEnabled -bool false |
Or to be safe and not disable this globally, you can disable for Boostnote only:
|
I would like to have some basic configuration options for vim mode. For example instead of using
hjkl
for movement I usejklş
(Turkish keyboard) so if there was on option to setnoremap
keys that would be great.The text was updated successfully, but these errors were encountered: