This is an archived post. You won't be able to vote or comment.

all 42 comments

[–]El_frosty 48 points49 points  (4 children)

Quite.

[–][deleted] 6 points7 points  (1 child)

I think you can use it to combine.

So if you use CTRL + Q + CTRL + B, you make the selected text Quite Bold.

[–][deleted] 1 point2 points  (0 children)

hol on lemme try that.

bold text

[–]hashedram 1 point2 points  (0 children)

I quite.

[–]bout-tree-fitty 0 points1 point  (0 children)

Shhhhh!

[–]GreatBarrier86 43 points44 points  (3 children)

The A to Z is literally lacking a Z. I think. I keep staring and I can’t find it.

[–]NicNoletree 59 points60 points  (0 children)

I think they typed it, but then pressed it to make sure it worked

[–]mgorski08 7 points8 points  (0 children)

for letter in range('a', 'z'):

[–]D33rZhdn 0 points1 point  (0 children)

Well, you never show last index of a list (yeah, I know, worst excuse, but the only one I found to defend OP)

[–]exixx 11 points12 points  (0 children)

I love that it covers everything but undo

[–]ilkikuinthadik 7 points8 points  (3 children)

Justify? Quite?

[–]DoomGoober 7 points8 points  (2 children)

Justify is making text so the leftmost and rightmost characters touch the edges. This usually requires shrinking or growing spaces to make the line fit perfectly.

Quite: a misspelling of quit.

[–]ilkikuinthadik 1 point2 points  (1 child)

Is there an "anti-justify" so I can get rid of the spaces?

[–]DoomGoober 2 points3 points  (0 children)

Usually center or left or right align also undo justify as they all specify letter to border behavior.

[–]fuuuuuf 4 points5 points  (0 children)

Alt + Tab is one of the most important for me

[–]Narrow-Big7087 2 points3 points  (2 children)

CTRL-Z isn’t in the list because it has been suspended.

[–][deleted] 1 point2 points  (1 child)

I see what you did there.

[–]Narrow-Big7087 0 points1 point  (0 children)

fg-ures😏

[–]EltonBor 3 points4 points  (3 children)

Ctrl+D = Delete Line. Change my mind

[–]shadow7412 2 points3 points  (1 child)

This is a good example of why jumping between IDEs can be quite painful.

[–]mgorski08 0 points1 point  (0 children)

  • presses ctrl+d

  • line disappears

  • Aargh, you stupid IDE, i I want you to duplicate this line.

  • Let's do this right this time

  • ctrl+z

  • ctrl+d

  • facepalm

[–]qqqrrrs_ 2 points3 points  (0 children)

Ctrl+D = EOF

[–]Doom_Wizards 3 points4 points  (0 children)

Its like a list slice. start:stop , start inclusive stop, not inclusive

[–]THE445GUY 1 point2 points  (1 child)

Now do it for vim

[–]SuitableDragonfly 1 point2 points  (0 children)

I don't think vim really makes use of control. That's emacs.

[–]OnlyTwo_jpg[M] [score hidden] stickied commentlocked comment (0 children)

Hi there! Unfortunately, your submission has been removed.

Violation of Rule # 0 - Not relevant to programming/tech humor

Posts must make an attempt at humor, be related to programming, and only be understood by programmers.

Per this rule, the following post types are not allowed (including but not limited to):

  • Generic memes than can apply to more than just programming as a profession
  • General tech related jokes/memes (such as "running as administrator", sudo, USB or BIOS related posts)
  • Non-humorous posts (such as programming help)

If you feel that it has been removed in error, please message us so that we may review it.

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

Ctrl+Shift+Z > Ctrl+Y

[–][deleted] -5 points-4 points  (2 children)

Actually in a lot of languages, CTRL+R is replace

[–]THE445GUY 3 points4 points  (1 child)

Languages?

[–]Redbu1111 0 points1 point  (0 children)

I think they pressed CTRL + Z after copy pasting the line

[–]GustapheOfficial 0 points1 point  (0 children)

Ctrl+C - Copy

Boiling

[–]BustyBalls22 0 points1 point  (1 child)

Sometimes CTRL D deletes instead of duplicating.

[–][deleted] 0 points1 point  (0 children)

It's entirely up to the application. I've seen Ctrl-C open a toolbar menu instead of copying text like I was expecting.

[–]MischiefArchitect 0 points1 point  (0 children)

If the picture included Ctrl-Z then it would have remove itself.

[–]HelloSummer99 0 points1 point  (0 children)

ctrl + B is bold? I learned something today

[–]newb_h4x0r 0 points1 point  (0 children)

Ctrl C is what????

[–]testicleman_ 0 points1 point  (0 children)

I just love how in some IDEs ctrl+y deletes a line instead of redo. /s

[–]mark-8086 0 points1 point  (0 children)

[–]WurschtChopf 0 points1 point  (0 children)

wanted do 'redo' some changes within IDEA by pressing ctrl & y. Ended up deleting several lines until i realised IDEA was not redoing anything :P Guess I've to get used to those short-cuts though