Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
There's an online game called VIM adventure or something like that, which you might find useful
-
Draedus6857yIt's not so hard to quit it . It took me ony 2 years to figure it out :)) .
I'm looking for a cheatsheet or smth . I'll take a look at laracast . -
use hjkl as often as you can, it really helps. only go in insert mode if you want to write something, always go back to normal with ESC.
I can recommend the app vim masters (on android). It is a quiz for vim commands at all difficulty levels that you can do on the train or something. -
Try vimtutor (a textfile which you get wehn installing vim).
And just force yourself to use vim.
Vim browser plugins / qutebrowser are also very interesting. -
Use it. Just like that. At first it'll be tough, you'll google a lot. But after some time, you'll start using few basic movements like a boss, so you can try more tough combos (like my personal favorite gg=G for code reindent).
Note #1: Don't be sad if you will just repeat combos from i ternet, you will undrestand them later
Note #2: Once you start automatically using Vim controls on other programs, your tranformation is complete
Good luck. -
@fun2code "Neovim is an extension of Vim: feature-parity and backwards-compatibility are high priorities." - https://neovim.io/
So yes, plugins are compatible -
@succcubbus I never understood Neovim. I know it was rewritten from scratch and it's because of maintanability, but does it affect me as user? No. And besides, most stuff from Vim works there, but not all.
-
1st thing you need:
Press esc, type :h(elp), enter. Read as much as possible. Exit with :wq (save & quit), or :q! (hard exit)
2nd thing you need:
https://vimgolf.com/
Related Rants
-
gururaju53*Now that's what I call a Hacker* MOTHER OF ALL AUTOMATIONS This seems a long post. but you will definitely ...
-
linuxxx65This guy at my last internship. A windows fanboy to the fucking max! He was saying how he'd never use anythi...
-
creedasaurus60Another dev on my team just got a new machine. Before he came in today I made two separate USB installers and ...
I want to give Vim a try. Any advice to find my way around easily ?
rant
linux
vim