Recommended Android Text Editor Apps for Handling Large TXT Files

 

Flying Leopard

Brother Axu, I need your help. I downloaded the "RARBG" backup resources from your storage on my Android phone and got an Everything.txt file after extracting. I need a text editor that can quickly open large files to read it. You've recommended some in your articles, but they seem to be for computers only. Could you please recommend some text editors for Android that meet these requirements? Preferably with fast search capabilities. Thanks for your help!

08-14 14:56:08

Axu

There's an Android version of Vim called DroidVim: https://github.com/shiftrot/droidvim/releases

You can get term-droidvim-release.apk here: https://link-target.net/1394003/RBxKy4XBL3TF

You can also try Jota Text Editor 2015.13: https://link-target.net/1394003/NBcb8snZDqLu

08-16 18:46:37

Flying Leopard

Thanks for your reply! One more question: where is the search function in the Android version of Vim? I can't seem to find it. Could you please point me in the right direction?

Axu

In Vim's normal mode, type '/' or '?' to enter search mode. '/' searches forward, and '?' searches backward.

Comments