question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Navigation with `j/k/h/l` breaks, when `lazyredraw` is set

See original GitHub issue

Normal navigation does not work when I have lazyredraw set in my Neovim config file.

I normally don’t use vscode, but currently due to my nightly build of Neovim lagging behind some plugins were breaking my Neovim. So I was using Vscodium (I have not tried on normal vscode, as I suppose they are mostly the same).

Can anyone else reproduce this?

EDIT: Tried on the latest neovim version, still the same issue.

Just for the record, I am on Linux and tested this on both Vscodium and Vscode.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:10 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
asvetliakovcommented, Jan 4, 2021

Need to force nolazyredraw in options

0reactions
werecommented, May 24, 2021

I have a similar problem. I am on windows nvim. Let me try nolazyredraw first.

Read more comments on GitHub >

github_iconTop Results From Across the Web

set lazyredraw · Issue #78 · tpope/vim-sensible - GitHub
As the :h 'lazyredraw' says it's noticeable when re-playing macros. I recorded a simple macro that inserts about ~30 characters to the line....
Read more >
set lazyredraw and :set nottyfast to speed things up. : r/vim
global {not in Vi} When this option is set, the screen will not be redrawn while executing macros, registers and other commands that...
Read more >
Minor startup problem with 'lazyredraw' set - Google Groups
'lazyredraw' in my .vimrc causes gvim to not fully initialize the screen on startup until a key is pressed. I can reproduce it...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found