Stuff tagged editor
-
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
-
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.