Harutyun Amirjanyan
Harutyun Amirjanyan
Hi the key mapping is normally handled by the browser, and web page by itself can't detect re-mappings. On which browser did you test this? Could you please check which...
It is already possible to remap vim keys by typing `: imap jj `. To remap from javascript `require("ace/keyboard/vim").Vim.map("xx", "", "insert")` can be used.
Implementation will require adding `scrollPastEnd: 0.5` [here](https://github.com/integer32llc/rust-playground/blob/b7f662b2837a73f7e48d1af11c527715f65b1726/ui/frontend/AdvancedEditor.tsx#L91) which will allow to scroll half page past the end.
Could you tell more detail about how are you trying to map keys. On https://raw.githack.com/replit/codemirror-vim/master/dev/web-demo.html if i type `i` `shift-option-?` i get `¿` inserted as expected.
Vim plugin does not affect the text inserted in insert-mode unless you have some `imap` definitions? Do you use https://github.com/esm7/obsidian-vimrc-support or something similar?
On which version of codemirror do you see cursor height changing on empty line, i don't see it with @codemirror/[email protected]. I am not completely sure, but I think changing the...
The issue with ace being zoomed too much will be fixed with https://github.com/ajaxorg/ace/pull/5085. Adding `` to the page would have helped as well.
@sergeichestakov should we add this feature, or should we limit the scope to vim defaults only?
@dlangerenken the latest version of ace-builds works with webpack https://github.com/ajaxorg/ace/blob/master/demo/webpack/demo.js @thlorenz what can i do to make maintaining brace easier? maybe there is a way for brace to use ace-builds...
Appears to be a bug in the old version of jshint. I'll try to find some time to update ace and jshint used in acebug during this week.