C-e and C-y modifications not working
See original GitHub issueFirstly, thank you so much for this plugin! I just switched from vscode vim plugin and I am already in love!
I have the following lines in my init.vim to scroll the viewport faster:
nnoremap <C-e> 3<C-e>
nnoremap <C-y> 3<C-y>
However I can’t get this to work with this plugin.
I have tried with and without the following snippet in keybindings.json and neither works:
{
"key": "ctrl+e",
"command": "vscode-neovim.send",
"when": "editorTextFocus && neovim.mode != insert",
"args": "<C-e>"
},
{
"key": "ctrl+y",
"command": "vscode-neovim.send",
"when": "editorTextFocus && neovim.mode != insert",
"args": "<C-y>"
},
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
CI: "only:changes" configuration does not work properly when ...
When I trigger a pipeline with the Web frontend, the build stage always runs, regardless of whether Dockerfile has changed. What is the...
Read more >wildmenu: <C-E>, <C-Y> behavior similar to insert-mode ...
It is annoying to have to duplicate code to reproduce the behavior but I guess it's unavoidable. I am not sure the error...
Read more >DEFINING THE INTENSITY OF CONDITIONING REGIMENS
Defining conditioning regimen intensity has become a critical issue for the hemopoietic stem cell transplant community.
Read more >Apps stopped working with QRadar CE - Forums - IBM Support
A variant of the "hello world" app stopped working. Clicking on the tab presented an ngnix error about "Bad Gateway". Attempting to install...
Read more >HIP-POCKET GUIDE - Army Logistics University
L - REPARABLE ITEM (IF NOT DISPOSE AT SPECIAL ACT). O - REPARABLE ITEM (IF NOT DISPOSE AT ORG) ... CE - REJECTED...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@nwaywood Sorry, but it’s not possible now 😄 . Scrolling commands are bound in the extension directly that’s why neovim
nnoremapdoesn’t work here. I’ll look if we can change that@asvetliakov @nwaywood @theol0403
It is possible, I’m using these keybindings to scroll up/down multiple lines: