Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spanish Question mark #139

Open
hawkiboy opened this issue Aug 19, 2023 · 3 comments
Open

Spanish Question mark #139

hawkiboy opened this issue Aug 19, 2023 · 3 comments

Comments

@hawkiboy
Copy link

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
Copy link
Collaborator

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
Copy link
Author

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
Copy link
Collaborator

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants