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
-
ignoRANT1318yHave you tried vim on sublime? I suggest try it first until you're used to navigating.
-
First, you need to learn how to move inside a file. vimtutor (this is a command) can help you. Next, watch videos about how to use ViM properly (youtube has tons of it). then, you learn about plugins (same as sublime's).
vim is hard, but once you learn it, you will never want to switch from it again. -
Navigation isn't a big problem and I've gone through tutorials and like it.
Any recommendation for packages and configurations? -
@noonesboy use it with tmux. I've been using it a week and I love it, I use the vim plugins vundle nerdtree vimux fugitive commentary vim-autoclose and alot of other syntax highlights
-
DrEmann2538yI've found spacemacs to be great for me. It's basically vim with sane defaults. (it's actually based on emacs with evil mode, but that makes it basically vim)
-
DrEmann2538yAlso, once you get used to it, get used to trying to move around in every editor (outlook.. Looking at you) wrong
-
@DrEmann SublimeText's multiple cursor feature has me hating life while typing in anything else.
-
@jckimble I'll look into tmux. Since I posted this an off-devRant friend mentioned Vim + Janus.
Making the switch from SublimeText 2 to Vim. Any tips?
Also, because this is devRant, rant freely.
undefined