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

The C-e s0 to C-e s6 mapping do not work on the French or Belgian keyboard #158

Open
vds2212 opened this issue Jan 11, 2021 · 0 comments
Open

Comments

@vds2212
Copy link

vds2212 commented Jan 11, 2021

Dear vim-riv,

It seems that for the keyboard where the number require to use the shift key like the french or Belgian keyboard the mapping proposed for title or section is not working on Neovim (it is working well on gVim)

To make it working I had to change the cmd.vim and replace

   'maps' : ['s0']
    ...
   'maps' : ['s6']

by

    'maps" : ['s<S-0>']
     ...
    'maps" : ['s<S-6>']

Best regards,
Vivian.

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

1 participant