-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Description
I tried to remap j to gj in normal mode, but it doesn't work. However, if I map M to gj, it will work. However, such map is valid for VISUAL mode.
Reproduce
Setting -> Notebook Vim -> Add with the following parameters
Keybinding:jThe key sequence to execute:gjMode:normal(the strange thing is in visual mode the map work)Map function:normap(ormap, both can't help this map work)
Then try to jump between a long-line-text, one can see j still jump to the next actual line, not the next visual line
Expected behavior
j should be mapped to gj, and therefore it will jump to next visual line
Context
- Jupyter Lab version: 4.0.5
jupyterlab-vimversion: 4.0.3
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working