Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
rkrzr
on March 8, 2016
|
parent
|
context
|
favorite
| on:
A Brief Glance at How Various Text Editors Manage ...
You can temporarily turn off all syntax-highlighting and line wrapping in vim by opening a file like this:
vim -u NONE big_file.txt
This works very well for very large files.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
vim -u NONE big_file.txt
This works very well for very large files.