replit / codemirror-vim

Vim keybindings for CM6
https://www.npmjs.com/package/@replit/codemirror-vim
MIT License
289 stars 30 forks source link

Spanish Question mark #139

Open hawkiboy opened 1 year ago

hawkiboy commented 1 year ago

In normal vim shift/option? results in the inverted question mark. Option-1 results in inverted exclamation mark. I can't get this result so far. If I remap something to ¿ , then I just get empty space instead of the desired ¿

Is there a simple way to tell codemirror-vim that I want that character?

nightwing commented 1 year ago

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.

hawkiboy commented 1 year ago

I am using the vim plugin for obsidian which I am toldis based on codemirror-vim, so I thought someone here might know.

When using the plugin (for Obsidian) if I type shift-option-?, in insert mode, I get '|'

nightwing commented 11 months ago

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?