Issues with large files
See original GitHub issue- Open a new file
- enter a gibberish first line, then
yy210p
to duplicate it G
to get to the bottom of the file.
What ends up happening:
The cursor stops at line: 201
. Pressing k
updates vscode to show the cursor near the end of the file.
Hang at >>200 lines
- Open a new file
- enter gibberish first line, then
yy800p
to duplicate it G
to get to bottom. (VSCode correctly jumps to bottom of file)- Use
kj
to move the cursor up and down once. - Use
gg
to get to the top
What ends up happening: Hangs.
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
8 Common Problems For Large File Transfer | Raysync
8 Common Problems For Large File Transfer · Time limit · Solution: · Lack of visibility · Solution: · Restricted file type ·...
Read more >Common problems with large file uploads - Filestack Blog
Common problems with large file uploads · Browser limitations: · Server configuration issues: · Memory issues: · Timeout issues:.
Read more >TOP 8 LARGE FILE TRANSFER PROBLEMS - DropSend
TOP 8 LARGE FILE TRANSFER PROBLEMS ; 1. Time restrictions: ; 2. Lack of Visibility: ; 4. Support Issues: ; 5. Data Security...
Read more >Problems with Large Files (multi-gigabyte)
I had problems with a program that stores data in its program directory using the zip format. Integrity checks of the files would...
Read more >7 Problems Faced While Managing Large Video Files
7 Problems Faced While Managing Large Video Files · 1. Time-Consuming and Grueling Data Migration Process · 2. Scalable Data Storage · 3....
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 FreeTop 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
Top GitHub Comments
Quick work! Btw, the first scenario was caused by this aesthetic setting
Workaround was to just
set nocursorline
if vscode is detectedI’m having this problem now making this extension unusable. NVIM v0.4.3 VSCODE Version: 1.45.0 MacOS Version: 10.14.6 (18G103)
Steps to reproduce: Open any file > 200 lines. do SHIFT + G file stops and line 201
Expected behavior: go to the bottom of the file. I have no idea how or why this stopped working was working yesterday. I even tried with
set nocursorline