very proud fox
@lennox That almost deserves two medals!
@lennox mine would say "i say fuck constantly especially if im using vim"

@lennox Congrats! I'll have to follow in your footsteps some day, moving on from nano/micro…

Feels like a good meme template too - "I can __ without __" 

@lennox lol the struggle is real.
@lennox true story, one time in a bar I won a t-shirt for being able to use vim to write a hello world program in C and then successfully compile and run it (all on the first try)
@freja @lennox Was game night at the Foo Bar?

@lennox Me too!

I'm not a native English speaker.

@lennox

Stuffing things into, e.g., `"ayy` is handy for when you don't want them to get buried by subsequent yanks... (I have a hard time keeping track of `"2`, etc.)

Or when you want to grab some text and use it in a subsequent "insert" — e.g.
```
"ayw ; save current word/identifier
o ; open new line
console.log("Value of <CTRL-R>a is", <CTRL->Ra)<ESC>
```
where `<CTRL->Ra` pastes the contents of `"a` without having to exit 'i'nsert mode...

I feel particularly accomplished when I have a list of items, and I set a mark at some destination (`ma`, e.g.), then starting at the top of the list, create a macro (`qq`) that yanks the item (`"ay$dd`) sets another mark (`mb`), jumps to mark 'a' (`'a`) does inserts whatever content using `<CTRL-R>a`, updates mark 'a' (`ma`), jumps back to mark 'b' (`'b`) and quits recording (`q`). Then `@` followed by `q` (and/or `@@') over and over — or a number THEN `@@`, or defining a separate `qw` macro that CALLS `@` followed by `q' AND `@` followed by `w`, etc. TMTOWTDI! 🤓

@lennox I'm still using swears as a cheat code for vim
@lennox um excuse me but "fuck" is an important part of the genuine experience...
@lennox If you did type "fuck" you'd move to just before the next "u", then it would cut the current and previous lines and shove you into insert mode, which would sort of do the "copy" half.
@lennox but what about exiting vim? :)
@lennox pic is obviously fake, nobody can do this 🙄
@lennox Can you copy and paste from/to the clipboard as well?
@lennox Quite the achievement!
@lennox Over a decade of daily vim use and I still never know whether to p or P
@seyye @lennox over a decade here as well and I'm just now learning there's an uppercase P put??

@noxypaws

I am very sorry for the confusion this is going to cause you!

@lennox very real, I say "shit" instead!
@lennox Same here, though I am guilty of saying "oops, wrong key" from time to time
@lennox I don't even try. If I need to do something that complex I copy the file to Windows and use a real editor.
@lennox
Oh fox of the vim, please share your wisdom!
@lennox The fuck command is actually quite underrrated 🤓 ​

https://github.com/nvbn/thefuck
GitHub - nvbn/thefuck: Magnificent app which corrects your previous console command.

Magnificent app which corrects your previous console command. - nvbn/thefuck

GitHub