Skip to content

Instantly share code, notes, and snippets.

@presuku
Created October 26, 2021 04:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save presuku/dd5b2d0beadf756742a9da594bd6321d to your computer and use it in GitHub Desktop.
Save presuku/dd5b2d0beadf756742a9da594bd6321d to your computer and use it in GitHub Desktop.
e runtime/autoload/netrw.vim
call feedkeys('zR')
for i in range(1, 5000)
call feedkeys('j')
endfor
call feedkeys(":q\<CR>")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment