You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.
Feel free to let me know how crazy I am. I did not add :lt.plugins.emacs/activate-emacs to my behaviors file. Nowhere do I map Ctrl-f (neither in user.keymap or default.keymap), yet Ctrl-f moves forward a character.
Any ideas? I'm finding this to be... confusing...
The text was updated successfully, but these errors were encountered:
So immediately looking at the source, I see on line 20 of the keymap file: :editor.keys.normal {"ctrl-f" [(:emacs.keymap-cmd "Ctrl-F")]}. Why is this the desired behavior? I feel like it's more intuitive to only add editor keymaps to :editor.keys.emacs. What's the reasoning, here?
I personally only wanted access to the codemirror wrapper functions, and did not want to load the whole keymap, so this was a bit confusing to me.
This made sure that ctrl-f was overwritten properly, though it should've been done by just creating a more specific tag as opposed to binding it in normal.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Feel free to let me know how crazy I am. I did not add
:lt.plugins.emacs/activate-emacs
to my behaviors file. Nowhere do I map Ctrl-f (neither inuser.keymap
ordefault.keymap
), yet Ctrl-f moves forward a character.Any ideas? I'm finding this to be... confusing...
The text was updated successfully, but these errors were encountered: