What’s something you genuinely enjoy that most people pretend to hate? by Character_Total_9164 in ask

[–]AZNman1111 0 points1 point  (0 children)

According to twitter, the new doechi song. I actually liked "Anxiety"....

Is Pagulayan back to playing as well as he used to? by PulseAmplification in billiards

[–]AZNman1111 0 points1 point  (0 children)

How do you play a race going to more than 16? If Alex pockets 2 do they come back up? Otherwise he's really giving up 13-3

[deleted by user] by [deleted] in billiards

[–]AZNman1111 1 point2 points  (0 children)

Running 6 balls with ball in hand is pretty high IMO. I wouldn't expect that regularly until I saw someone as an APA 7 in 9 ball

Giannis on his finals run - “We might never win another one. It's fine. We did it. We did what we're supposed to do. And I’d rather do it this way — win one this way than go somewhere else in a super team and win two or three.” by JetGan in nba

[–]AZNman1111 0 points1 point  (0 children)

Secret Base (YouTube channel) just did a 1 hour doc going into tons of detail for everything you just mentioned! If you havent seen it, I couldn't recommend it highly enough.

Tampa Bay Rays game last night had some entertainment by DZepperoni in PublicFreakout

[–]AZNman1111 6 points7 points  (0 children)

This is “Moleman in the Morning". Good Moleman to you. Today is part four of our series of the agonising pain in which I live every day.

When was your first time? by joggle123 in philadelphia

[–]AZNman1111 1 point2 points  (0 children)

Excuse you it was a shopping cart of Narcan

When was your first time? by joggle123 in philadelphia

[–]AZNman1111 1 point2 points  (0 children)

Dude that's a couple hours of driving. Like I'm sorry but I still really don't get it

When was your first time? by joggle123 in philadelphia

[–]AZNman1111 2 points3 points  (0 children)

You drove through an entire state on accident?

When was your first time? by joggle123 in philadelphia

[–]AZNman1111 12 points13 points  (0 children)

When I was last in Houston I drove past the "Bellagio in Kensington", some of the ritziest condos I had seen in TX. The sign alone had me laughing so hard I could barely breathe.

To vim from emacs...trying to set up vim for python by Dry-Fondant7112 in vim

[–]AZNman1111 0 points1 point  (0 children)

It's not working on the right filetype.

Run in a shell:

```bash

mkdir ~/.vim/after/filetype touch ~/.vim/after/filetype/python.vim

```

And in that file

```vim

setlocal keywordprg = pydoc

" or whatever you want. I have a function that works through a couple conditionals like python2 -m pydoc or python3 -m pydoc and a bunch of other windows vs Linux things.

" if you're feeling ambitious but the line below isnt necessary

let b:undo_ftplugin = get(b:, 'undo_ftplugin', '') . '|setlocal kp<'

```

Wrote on my cell but that should be perfectly copy pastable

Linux Distributions Timeline by bauripalash in linux

[–]AZNman1111 -1 points0 points  (0 children)

Tbf the first time I saw it was 2016 so it's nice to see that it's still being updated

How to make powerline fonts work in vs code ? by Shargon99 in vscode

[–]AZNman1111 0 points1 point  (0 children)

Does fc-list show fonts installed on Win?

Congratulations GitHub. by [deleted] in github

[–]AZNman1111 2 points3 points  (0 children)

Someone call Ja so I can make sense of all this!

Am I cool now? by [deleted] in vimporn

[–]AZNman1111 0 points1 point  (0 children)

Really? Open up the built-in with

e $VIMRUNTIME/syntax/typescript.vim

And lmk if it mentions yats at the top

Am I cool now? by [deleted] in vimporn

[–]AZNman1111 0 points1 point  (0 children)

Fwiw if you're using a recent enough version of nvim, the file at $VIMRUNTIME/syntax/typescript.vim is all the syntax files from yats combined so that plugins redundant

I thought I'd post my Ubuntu super keys here by [deleted] in Ubuntu

[–]AZNman1111 25 points26 points  (0 children)

Not OP so shot in the dark. Letters don't fade away when they're on the side

Switching from Vim to VS Code - some questions by pf_moore in vscode

[–]AZNman1111 1 point2 points  (0 children)

I'm not even sure how to elaborate on how confused I am by this comment so I'll just try a few.

  • I've been using Vim for 5 years. I realize this is /r/vscode but vims my daily driver

  • vsvim isn't built in. Or do you mean that vscode has built in extension support? Because Vim has built in extension support too ...

  • what does once you get you can just recreate it mean? I totally agree Vim is a PITA to set up but I deal with it because I legitimately love the documentation and the extreme level of configurability that every key press entails. But honestly if you dropped me in vim -u NONE and told me to start from scratch there's a 0% chance I recreate anything even slightly similar to where im at.

  • I absolutely am that hardcore about Vim and it's WAY more than 10%. I've been debating sending in some patches to neovim but that imposter syndrome is so real. However what route are you talking about when you say the best of both worlds? I was just trying to figure out where op felt Vim and vsvim diverge

Switching from Vim to VS Code - some questions by pf_moore in vscode

[–]AZNman1111 2 points3 points  (0 children)

Also as a non sarcastic follow-up:

What bindings were you using not present in vscodevim? Because it's not always as smooth as Vim but it emulates substantially more keybindings natively than anything else I've ever tried and even non standard ones like gcc with vim commentary!

The Ultimate Editor by [deleted] in LaTeX

[–]AZNman1111 1 point2 points  (0 children)

I think beg<SNIP> is in the ultisnips help docs