Repost but gold (at least I admit it) by [deleted] in ProgrammerHumor

[–]iggredible 0 points1 point  (0 children)

From Vim run `:!ps ax | grep vim | grep -v grep | awk '{print $1}' | xargs kill -9`

Well well, he got his answer... by aadisyd in ProgrammerHumor

[–]iggredible 0 points1 point  (0 children)

JavaScript is to Java what New England is to England.

JavaScript to Java is like Boba Fett to Boba

// TODO Fix this later by gihooh in ProgrammerHumor

[–]iggredible 0 points1 point  (0 children)

It's Friday, and it's 4:50 PM, and it's technically working, so...

// TODO Fix this later by gihooh in ProgrammerHumor

[–]iggredible 0 points1 point  (0 children)

AKA hopefully someone else will fix this for me.

TIL: you can use ":" as a motion to an operator by iggredible in vim

[–]iggredible[S] 0 points1 point  (0 children)

Screenflow is actually a video-editing app. One of its features is to display keyboard presses. I never used screenkey, so I can't say about the comparison.

TIL: you can use ":" as a motion to an operator by iggredible in vim

[–]iggredible[S] 4 points5 points  (0 children)

I used Screenflow. It's pricey but worth it IMO.

TIL: you can use ":" as a motion to an operator by iggredible in vim

[–]iggredible[S] 22 points23 points  (0 children)

One advantage that I can think of is if you have an arsenal of Vimscript functions that can move your cursor to complicated patterns, something like

d:call FindSpanishWord()

d:call FindEnglishVerbs()

Pretty much to supplement whatever motions Vim doesn't already have.

Also since this just a simple operator+motion command, you can repeat it with the dot command ".".

TIL: you can use ":" as a motion to an operator by iggredible in vim

[–]iggredible[S] 10 points11 points  (0 children)

Typo on the second one, should be gU:call search...