kiyoon / jupynium.nvim

Selenium-automated Jupyter Notebook that is synchronised with NeoVim in real-time.
MIT License
486 stars 15 forks source link

Default keymaps are not removed (Windows) #41

Closed sho-87 closed 1 year ago

sho-87 commented 1 year ago

I have turned default keymaps off in my config and have setup a few new binds:

use_default_keybindings = false,
textobjects = {
    use_default_keybindings = false,
},

I can see my new custom binds OK, but the default maps still show up in my which-key and seems like they are still being set? Presumably this has something to do with me not having any replacement binds for the default <space>x, for example

image

My config:

kiyoon commented 1 year ago

Weird, I just tested on Windows and to me it works fine not mapping those.

Does any of the customisation seem to work? For example, if you set shortsighted do you see cells being dimmed? I don't know if it's a problem of keymaps and auto start, or it's just the entire config being ignored.

sho-87 commented 1 year ago

fixed in #42