How to change the ace editor vim bindings? #1926
Answered
by
chrisgrieser
chrisgrieser
asked this question in
Q&A
-
I cannot really find any documentation an how to change the ace editor bindings. The only post I could find provides examples which do not seem to work for me. I tried these which seem to have no effect at all: aceVimMap("H", "0");
aceVimMap("L", "$"); aceVimMap("H", "0", "normal");
aceVimMap("L", "$", "normal"); |
Beta Was this translation helpful? Give feedback.
Answered by
chrisgrieser
Jan 1, 2023
Replies: 1 comment
-
nevermind, it seems it required a browser restart to pick up new acevimmaps (even though other surfing key mappings do not require a restart). First version (without "normal") work for me now. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
chrisgrieser
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
nevermind, it seems it required a browser restart to pick up new acevimmaps (even though other surfing key mappings do not require a restart). First version (without "normal") work for me now.