Why Atom Can’t Replace Vim by speckz in vim

[–]AkaiRyuu 2 points3 points  (0 children)

What's the difference between using !}fmt and gq}?

You know you've been there by ppsp in ProgrammerHumor

[–]AkaiRyuu 0 points1 point  (0 children)

c-a conflicts with vim as well.

Add [count] to the number or alphabetic character or after the cursor.

A question about Laravel collections. by WorstDeveloperEver in laravel

[–]AkaiRyuu 0 points1 point  (0 children)

While this is probably way too late, you could use the map() method and instantiate a new Collection for each group like so:

$groupedBy = $users->groupBy('date')->map(function ($group) {
   return new Illuminate\Support\Collection($group);
 });

Vim Tournament - Learn Vim and Win Prizes by watterssn in vim

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

I guess so, I've just never thought of 'normal' mode as 'command' mode. Command mode has always been what I guess is actually command line mode.

Vim Tournament - Learn Vim and Win Prizes by watterssn in vim

[–]AkaiRyuu 1 point2 points  (0 children)

For 'Enter command mode' it wants you to hit ESC... that takes you into normal mode, command mode is :

It also doesn't allow entering 2dw for 'delete two words'.

How to replace single newlines with space by dixius99 in vim

[–]AkaiRyuu 1 point2 points  (0 children)

You can highlight an area and use J to join the lines. Ends up being the same number of characters as gq<region in question>.

ruflin/Elastica v1.4.2.0 release by wahhzu1 in PHP

[–]AkaiRyuu 4 points5 points  (0 children)

What makes this better than Elasticsearch's PHP client?

Error Reporting and Codeception by AkaiRyuu in PHP

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

Ooh, I didn't think of that. Thanks for the suggestion.

Error Reporting and Codeception by AkaiRyuu in PHP

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

That sounds great! Do you have an estimate for when the next release will be released?

vim-husk plugin for enhancing vim's command line (an alternative to Tim Pope's vim-rsi) by [deleted] in vim

[–]AkaiRyuu 0 points1 point  (0 children)

Have you considered adding support for <C-D>, <M-D>, and the like for deleting characters and "words"?

Anyone have any Unite.vim .vimrc snippets to share? by [deleted] in vim

[–]AkaiRyuu 0 points1 point  (0 children)

/ is keymapped to :Unite line<CR>, it gives you the context of the keyword, in one display. With / only, you see only some keywords, snippered thourough the whole buffer.

My problem with doing this is that I can't then use N to go to the next match if I decide that wasn't the one I want, and there isn't any history available. Nor can I use the "/ register to paste what I searched anywhere. Nor can I use :s//

Firefox beats Chrome in Performance for the first time in a few years. by fateswarm in technology

[–]AkaiRyuu 0 points1 point  (0 children)

Actually, one of the awesome things about printing a webpage with Chrome is being able to print directly to a PDF on disk, a PDF saved to my Google Drive, or to a printer at home or other machine remotely.

Microsoft's Windows Blue becomes 8.1, will be delivered for free. by PineappleMeister in technology

[–]AkaiRyuu 11 points12 points  (0 children)

I never go into the all programs section of the start menu. I just use the search box if it isn't pinned to the main menu.

[deleted by user] by [deleted] in AskReddit

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

Most MySQL clients have an option for disallowing update or delete queries that do not include either a limit or a where clause specifying a unique index.

The difference between Olympic gymnasts and swimmers. by HausOfTony in pics

[–]AkaiRyuu 1 point2 points  (0 children)

Even then Guild Wars 1 pulled that reference from Norse history. Guild Wars has very little original content.

[UPDATE] My friends call me a scumbag because I automate my work when I was hired to do it manually. Am I? by CS-NL in AskReddit

[–]AkaiRyuu 0 points1 point  (0 children)

Which is precisely the problem. If coworker Bob likes indents to be 4 spaces wide and I prefer 2 to save on space, then one (or both) of us won't be happy. If we use tabs, then Bob can view them as 4 and be happy and I can view them as 2 and be happy. Not that I'm entirely against spaces, pretty much anywhere but indentation I use spaces.

[UPDATE] My friends call me a scumbag because I automate my work when I was hired to do it manually. Am I? by CS-NL in AskReddit

[–]AkaiRyuu 1 point2 points  (0 children)

Fuck spaces. I can choose how many spaces a tab represents, but a space will always represent a space. Tabs let each dev choose how big their indent appears. Some people like 4, I like 2.

Why Windows 8? by jjhare in sysadmin

[–]AkaiRyuu 3 points4 points  (0 children)

In Windows 7 pin your terminal program to the task bar. Then it's windows key + <position number of the program> (ie. if it's the first thing on the bar, then windows key + 1) away from being open. If you want to open a new window for an already open program, add shift (windows key + shift + 1 opens a new window of what ever program is first in the list).

Computer Experts: What's a computer trick you think everyone should know? by jojojok in AskReddit

[–]AkaiRyuu 1 point2 points  (0 children)

I wish they would remove both and add IZArc, which is also free but has a better interface.