you could also just use it in termux
Termux is great. I can use rsync over ssh to transfer much faster and more reliably than any app can. Also just regular ssh.
This is info I didn’t know I needed. Thank you.
Even faster and more reliably than cable. MTP loves to disconnect during large file transfers.
mtp is just terrible
deleted by creator
Just install termux. Then pkg install vim
I only have termux to flex on my friends by running neofetch.
Vim is so good on mobile! I never understood its odd shortcuts (hjkl, for example) until I got to use it on a crippled mobile keyboard.
For a second I thought you were joking… but I guess the lack of arrows makes sense that you would like hjkl.
I wasn’t expecting it to be more convenient than native editors but it just was… At least for my fat fingers
The reason for the hjkl thing is that the keyboard of vim’s (maybe it was vi’s idk) developer had no separate arrow key’s but rather had said arrow keys printed on hjkl.
Something like that:
H← J↑ K↓ L→
You can also get stuck with emacs. https://f-droid.org/packages/org.gnu.emacs/
Why god why
Vim is for mouse-less text editing
It makes more sense on mobile than desktops for average people
Not sure how you use vim but I need more than two thumbs.
Two index fingers
Combined with a Bluetooth keyboard and ssh it’s honestly not a bad emergency tool
It’s been around for quite a while, good to see it get an update.
I have this installed because my password manager is :X
Wich repo/appstore? I can’t find it on fdroid
Auroradroid.
Possiblyis on IzzyOnDroid repo.
Can it use plugins like on neovim? I’ve had it installed for a bit but I’ve only used a default configuration so far
You could just install neovim on termux and get the full experience.
Oh, I keep hearing about termux but on my Fdroid it says it hasn’t been updated in 2 years. Is it safe to use?
Much prefer either
nano
ormicro
over vimYou should use vim for very different reasons than nano or micro.
Do i dare ask why? I just want a basic text editor i don’t have to fight with to exit. I want to type, save, and exit, and maybe not in that order.
So you want something like Nano.
Vim is great for more complicated documents and programming because the modes allow you to fly around the document much faster. It’s not very useful unless you put the time into learning how to use it… and it’s not worth it for simple things imo.
I use it to write work reports. It’s much faster for many things: one example I type dap and bam a whole paragraph is deleted, d5w and the next 5 words are deleted. I use snippets to compete reports like fill in the blanks (I have hundreds of snippets, I hit rpt then tab and a whole report skeleton is generated). Annoying long patient name? I hit CTRL-N and it fills out the name with only a few characters.
Vim is actually just amazing for this kind of stuff.
Oh shoot I didn’t know about C-n. Thanks for that.
You don’t have to fight to exit in vim or save it’s 3 essential commands and I use nothing else :q, :wq, or just w it’s not that hard
Sorry, but i forgot to hit escape, now I need to figure out how to exit it without being able to easily type
man vim
because I got stuck in Vim again… I got sick of it,ctrl-x/s/q
or whatever is much easier imoOh no you have to one more key :(
And i have to memorize what
:
w
q
!
each do because I will use them all at some point. And i have to get used to all of this because?? Vim is slightly better for other people?? Fuck outta here, I’m sticking with nano/micro/whatever else is better than vim
As someone who has been lightly using Linux for years but recently gotten more into it. I’ve always only ever used nano. But now I’m so into vim that when a program opens a config in nano I get confused when I can’t quit with :wq