codemirror-vim icon indicating copy to clipboard operation
codemirror-vim copied to clipboard

Spanish Question mark

Open hawkiboy opened this issue 2 years ago • 3 comments

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?

hawkiboy avatar Aug 19 '23 15:08 hawkiboy

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.

nightwing avatar Sep 22 '23 20:09 nightwing

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 '|'

hawkiboy avatar Sep 23 '23 04:09 hawkiboy

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?

nightwing avatar Nov 05 '23 21:11 nightwing