geekhack

geekhack Marketplace => Vendor Forums => techkeys.us => Topic started by: Turbo Slaab on Sat, 01 December 2012, 19:30:32

Title: OOS
Post by: Turbo Slaab on Sat, 01 December 2012, 19:30:32
Just wondering when you will be getting more billiards and creeper keys in?
Title: Re: OOS
Post by: Sifo on Sat, 01 December 2012, 19:30:56
Any plans for more Vim, as well? :D
Title: Re: OOS
Post by: Turbo Slaab on Sun, 02 December 2012, 00:10:15
Oh and what are the chances of some Weezer keys too? :D
Title: OOS
Post by: i3oilermaker on Sun, 02 December 2012, 00:23:35
Billiards soon
Vim soon
Weezer soon
Creeper not right away
Title: Re: OOS
Post by: TheQsanity on Sun, 02 December 2012, 00:26:31
Ahh, no Creepers. What is Weezer and why do people like Vim?
Title: Re: OOS
Post by: Turbo Slaab on Sun, 02 December 2012, 00:35:07
Ahh, no Creepers. What is Weezer and why do people like Vim?

Weezer is a band. Not sure about Vim though.
Title: Re: Re: OOS
Post by: SmallFry on Sun, 02 December 2012, 00:36:46
Ahh, no Creepers. What is Weezer and why do people like Vim?

Weezer is a band. Not sure about Vim though.
Vim is a *nix text editor.
Title: Re: Re: OOS
Post by: Turbo Slaab on Sun, 02 December 2012, 00:47:37
Ahh, no Creepers. What is Weezer and why do people like Vim?

Weezer is a band. Not sure about Vim though.
Vim is a *nix text editor.

Ahh! Still don't get it. Google time.

Still looks like a nice key tho.

i3oilermaker, were you guys the ones selling the green refresh keys too?
Title: Re: Re: Re: OOS
Post by: SmallFry on Sun, 02 December 2012, 00:49:38
Ahh, no Creepers. What is Weezer and why do people like Vim?

Weezer is a band. Not sure about Vim though.
Vim is a *nix text editor.

Ahh! Still don't get it. Google time.

Still looks like a nice key tho.

i3oilermaker, were you guys the ones selling the green refresh keys too?
Unix/Linux etc text editor. Kinda like command line Notepad.
Title: Re: OOS
Post by: TheQsanity on Sun, 02 December 2012, 01:14:13
Hmm, cool. too bad I don't use Linux. The refresh key is on the site.
Title: Re: OOS
Post by: Turbo Slaab on Sun, 02 December 2012, 02:02:29
Hmm, cool. too bad I don't use Linux. The refresh key is on the site.

You're right. Must of had a brain fart. Ordered!
Title: Re: OOS
Post by: jdcarpe on Sun, 02 December 2012, 03:10:36
Hmm, cool. too bad I don't use Linux. The refresh key is on the site.

There are versions of vim for Windows and Mac. www.vim.org

i3oilermaker, pi keys?
Title: Re: OOS
Post by: i3oilermaker on Sun, 02 December 2012, 09:42:34
Pi keys are coming soon.

All my moneys are belong to SP
Title: Re: OOS
Post by: OrangeJewce on Sun, 02 December 2012, 09:50:56
Ahh, no Creepers. What is Weezer and why do people like Vim?

Weezer is a band. Not sure about Vim though.
Vim is a *nix text editor.

Ahh! Still don't get it. Google time.

Still looks like a nice key tho.

i3oilermaker, were you guys the ones selling the green refresh keys too?
Unix/Linux etc text editor. Kinda like command line Notepad.

Gonna have to troll you here Smalls.

Vim is not anything like notepad. That's what gedit is. Vim has two modes, and insert mode (which is like any other text editor), and a command mode. The command mode is what makes vim an extremely powerful coding tool, and it originates from the 70's when there was no such thing as a PC mouse. It was designed to optimize the number of keystrokes needed to do any form of editing, and is extremely popular amongst coders for this reason. Vim is not the original, it is the extended version of the unix editor Vi, which is in of itself an extension of an even older editor (which I can't remember the name of off the top of my head).

Long story short, knowing vim is very valuable, but getting there takes some time.

Cheers,
Title: Re: OOS
Post by: rowdy on Sun, 02 December 2012, 13:18:20
^ ed.

vi = "visual interface" - a full text screen interface mode for ed (ed is similar to edlin, only an order of magnitude more powerful).

Most Unices still include ed and a version of vi.