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
-
I installed EMACS on my raspberry pi last night (because why the fuck not lol) and this learning curve seems to be pretty accurate at the moment.
-
@stacked You can't leave because you don't know how to.
Sorry those jokes are as bad as the damn semicolon jokes. 😬🙃😂😂 -
@stacked (jokes apart) why so? ;
I never tried vim as i was scared that i couldn't come out (joke intended) ; -
stacked26796y@LightUpRise well, if you want a serious answer, I guess it's a matter of taste. There are so many features I like of Vim, I can't list them all.
I'll just give you an example of something I needed to do recently. I had a long list of lines:
Foo
Bar
Baz
...
I wanted to prepend numbers:
1. Foo
2. Bar
3. Baz
...
With Vim it was a trivial task thanks to recording mode: I added the number 1 to the first line, I "recorded" the steps necessary to increase the number on the next line, and then I just told Vim to repeat the steps a thousand times.
And to be honest I wasn't actually editing the contents of a file... I was actually mass-renaming files in a directory.
Vim is well suited for a very large number of tasks. It takes a while to understand it, but in the end the commands you use the most are always the same and those alone let you do a lot of things. -
ddephor45116yI'm sorry for your loss of time, you'd better used it for learning Emacs.
But, as it's already too late, a little hint for a vim user:
Firefox uses / for search as additional shortcut. -
stacked26796y@LightUpRise in short you have an editor that is as powerful as a scripting language, with the difference that you don't have to write the whole script in advance and then run it, but rather you can see the result of each command immediately
-
I would love to have vim on Gmail. I found a plug-in for browsers that let you edit any text box using vim keys, but it doesn't work very well.
When you are using vim plug-in at visual studio code and you try to use the real vim, come back to the visual studio code seems to be strange and slow. But I still use the plug-in anyway. Better to have the amazing shortcuts. -
x4fyr216yThere also is a Firefox extension, that lets you edit textfields in an external editor like vim. Can't remeber the name.
-
bahua129046y@ddephor
Except on sites where they've elected to eat that key for their own purposes. Google and Facebook both just move the cursor to their site search field when you hit /. -
ddephor45116y@bahua It's really a big issue that browsers hand over almost all control to the website. I can not understand how browser developers could ever allow such absurd behaviour, or even come up with such a pointless idea.
-
imagine the neckbeard on the guy who made these graphs...
or the moustache on the chick who made this... -
@RantSomeWhere Firefox is my main browser. I'll start here and see how I like it!
-
Started vim learning a few days ago myself. Feeling the learning curve really hard. Just struggling to copy and paste but I'm really looking forward to the payoff
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 ...
Good news: Learning to use Vim was tough as fuck but worth it. I've been on it for a week and not having to use a mouse for text editing anymore just naturally makes more sense.
Bad news: Nothing. Else. Has. Vim. I am going to be spending hours figruing out how to get this to work in MS Office online and Firefox to keep my workflow the same.
P.S. devRant should have a Vim option. Make it a perk for supporters. :)
rant
vim
linux
vim everywhere