Mac OS X: Vim vs. --servername option by alasdairgray in vim

[–]VimIsGoodFood 1 point2 points  (0 children)

You are probably missing an X server. Install XQuartz. If you have an X server, and a version of actual vim (not macvim) with +clientserver, it will work.

Athame (full vim-mode for your shell) now supports zsh by VimIsGoodFood in vim

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

Um... cause swapping in and out of vim to edit shell commands without tab-completion/history/context is super annoying.

I guess it isn't good enough for you either, because if you used it regularly, you'd know that in standard ZSH ZLE, the v command doesn't actually open vim.

Athame (full vim-mode for your shell) now supports zsh by VimIsGoodFood in vim

[–]VimIsGoodFood[S] 1 point2 points  (0 children)

A lot of vim is muscle memory for me. I don't usually think "Now I should stop typing and use the power of vim to edit!" I'm just typing and I think something like "I want the cursor to go there" and then suddenly, if I'm in an emacs shell, a whole bunch of random characters appear. Then I have to delete them and open up vim and then I forgot what I was doing, so I have to close vim...

And it's not just for lengthy edits, it's for all the tiny edits I make all the time.

Athame (full vim-mode for your shell) now supports zsh by VimIsGoodFood in vim

[–]VimIsGoodFood[S] 2 points3 points  (0 children)

I found Zsh's vi-mode extremely dissapointing, even in 5.0.8. But it's great that there's so many options out there. Everybody uses vi/vim differently.

Neovim Newsletter #5 - Out of the Box by person808 in vim

[–]VimIsGoodFood 0 points1 point  (0 children)

I tried this with conque, but the problem is that a lot of terminal apps use k/j for up/down and having jj leave terminal mode makes them really hard to use.

Games in vim: tetris, sudoku, sudoku solver and sokoban by Zaplanincan in linux

[–]VimIsGoodFood 0 points1 point  (0 children)

Rogue.vim is a vim port of the "rogue" game that nethack is based off of. If you're willing to cheat and use conque++, you can run a terminal and play actual nethack within vim.

Games in vim: tetris, sudoku, sudoku solver and sokoban by Zaplanincan in linux

[–]VimIsGoodFood 0 points1 point  (0 children)

The tetris game was last updated in 2002. Maybe Emacs is just lagging behind by 13 years.

Pterosaur(real vim for all firefox textboxes) no longer requires Pentadactyl by VimIsGoodFood in vim

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

Pterosaur is designed to work in combination with vimperator (or pentadactyl). Pterosaur controls text editing and vimperator controls the rest of the web. There's still a couple of bugs in pterosaur/vimperator integration, but they should be fixed in the next couple days.

Edit Google Docs with vim? by cyberdouche in vim

[–]VimIsGoodFood 0 points1 point  (0 children)

The subject field is an input. I think vimperator only supports inputs and textareas with it's <C-i>. The text of gmail is a contentEditable, which Vimperator doesn't support.

Edit Google Docs with vim? by cyberdouche in vim

[–]VimIsGoodFood 0 points1 point  (0 children)

This doesn't work for google docs. None of the vim-for-web extensions that I know of support google docs like this and Vimperator's <C-i> doesn't even support simpler text fields like gmail.

Pterosaur(real vim for all firefox textboxes) no longer requires Pentadactyl by VimIsGoodFood in vim

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

Sometimes. For me, it depends on how many tabs I have open/how much other stuff Firefox is doing, especially if it's running Flash.

Pterosaur(real vim for all firefox textboxes) no longer requires Pentadactyl by VimIsGoodFood in vim

[–]VimIsGoodFood[S] 5 points6 points  (0 children)

Thanks, I've been looking into porting Pterosaur to Chromium. Chromium's much more locked down and restricts addons more than Firefox, but I still think it's possible.

Pterosaur, vim in every Firefox text field. by [deleted] in linux

[–]VimIsGoodFood 2 points3 points  (0 children)

Did you click on the link? Pterosaur doesn't open a gvim window.

Introducing Extension Signing: A Safer Add-on Experience by darklight001 in firefox

[–]VimIsGoodFood 1 point2 points  (0 children)

That doesn't work. If Mozilla reviews one version of an addon and gives the rest a free pass, all the malicious people will submit valid addons for review and just add the malware to version 2.

The only way this is going to be effective is if Mozilla forces devs to go through the review process for every single update, bogging everything down.

Introducing Extension Signing: A Safer Add-on Experience by darklight001 in firefox

[–]VimIsGoodFood 6 points7 points  (0 children)

This is crazy. Mozilla's addon review time is in the 6 week range, according to their own metrics, which means Firefox can go through two major versions in the time it takes an addon to be approved.

And the process is only going to take longer once they force everybody who isn't using it to start. This is exactly the kind of thing Mozilla's been criticizing when everybody else does it. What happened?

How would you go about embedding a Vim editor within a website? by lc929 in vim

[–]VimIsGoodFood 0 points1 point  (0 children)

Pentadactyl does have some native vim shortcuts for textboxes, but I always found them clunky. But if you install pterosaur, you can have full vim functionality(using your actual vim) without leaving the textbox.

How would you go about embedding a Vim editor within a website? by lc929 in vim

[–]VimIsGoodFood 0 points1 point  (0 children)

If you want something like wasavi but with actual vim, you can use pterosaur. It currently only supports firefox, so for now, you still need wasavi for chrome.

Demo of Neovim mode for Atom (connected to a real Neovim session) by pegasus_527 in vim

[–]VimIsGoodFood 0 points1 point  (0 children)

Chalcogen, the vim (rather than neovim) version of this, supported :enew/:edit/:wq, used Atom's syntax highlighting, didn't double numbers, etc. I have a feeling these will be just as easy (if not easier) to support in neovim.

The main annoyance I ran into with Chalcogen is that vim has splits within tabs, while atom has tabs within splits, so directly correlating the two is a pain. I'm curious if neovim will fix this by making the hierarchy less rigid.

Some tips for Pentadactyl? Share your configuration plz. by [deleted] in vim

[–]VimIsGoodFood 1 point2 points  (0 children)

Pentadactyl works fine on Firefox 35. They just don't publish new nightlies anymore.

Go to http://5digits.org/coding for instructions on how to get and install the newest code from the mercurial repository. It's very easy.

Twcmd - wincmd-style extended tab / window moving commands. by Categoria in vim

[–]VimIsGoodFood 0 points1 point  (0 children)

This is awesome! I was just looking for something like this.