Stuff tagged vim
-
Video: Quick HTML Editing With Vim
This is the minimalistest of minimalist web casts, just to show off the awesomeness of a couple of vim modules for quick html h4x0ring. Specifically Surround and snipMate. w00t!Read More …
- 2011-05-19T11:22:02Z
- Published: 11:22:02 on Thursday, 19 May
-
January 2011 Reading
This is a frankly awesome critique of the (mid-90s) left's 'master' narritive of totalised global capitalism. The books central insights are gleaned from feminism and are all about the possibility of imagining non-capitalist economies and acknowledging that those economies actually exist alongside and inside global capitalism. Like a sort of Judith Butler for Marxian political economists.
2011-01-29 by Charlie Harvey
The Situationists and The City, Ed Tom McDonough Read More …- 2011-02-25T22:16:20Z
- Published: 22:16:20 on Friday, 25 February
-
Vimperator Tip: Cut and paste with ctrl-c/ctrl-v
I'm a huge fan of the Vimperator Firefox plugin. It works just like you'd want it to and doesn't break much. Well, it breaks one useful thing, which is the almost universal ctrl-c/ctrl-v cut and paste shortcuts. So, I was well chuffed to find a Vimperator cut and paste tip on superuser. I've extended the tip so that it works in all of the Vim modes.Read More …
- 2011-02-15T21:51:59Z
- Published: 21:51:59 on Tuesday, 15 February
-
Vim tip - Preview webpage source
Here's a neat little trick for people who have a *nix setup, vim and lynx browser. I've remapped my F8 Key to use lynx to dump the nicely formatted source of a web page in a new window. Useful for testing if your site is working. In my .vimrc I added the following lines:
" split at the bottom of the screen set sb " map F9 to open the new window, and type the lynx command for you noremap <F8> :10sp /dev/null<CR>:r! lynx -prettysrc -source http:// " well, you have to be able to refresh! noremap <F5> :%s/.//<CR>:r! lynx -pretty<UP><CR>gg0"Read More …- 2009-06-14T12:23:45Z
- Published: 12:23:45 on Sunday, 14 June
This is available as an atom feed for syndication. You can see all tags or a tag cloud if you want.