The Artima Developer Community
Sponsored Link

Web Buzz Forum
Cool vim tricks

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Chris Eidhof

Posts: 53
Nickname: chriseidho
Registered: Nov, 2005

Chris Eidhof is a student and part-time webdeveloper
Cool vim tricks Posted: Jan 17, 2006 11:44 AM
Reply to this message Reply

This post originated from an RSS feed registered with Web Buzz by Chris Eidhof.
Original Post: Cool vim tricks
Feed Title: buzzdriver
Feed URL: http://www.my-website.nl/weblog/feed/
Feed Description: This is a technical weblog about web development, and mainly focussed on markup, css, javascript, semantic web, but also other things like linux, open source and general tech-related subjects.
Latest Web Buzz Posts
Latest Web Buzz Posts by Chris Eidhof
Latest Posts From buzzdriver

Advertisement
I’ve got a few things in my ~/.vimrc that are quite handy when developing stuff. The first ones are for quickly compiling and running stuff: map <F8> :!./c<CR> map <F9> :!./d<CR> When you put this in your .vimrc, you can put just about anything in a file called “c”, and execute that. For example, when working on a [...]

Read: Cool vim tricks

Topic: Cycle for Privacy Previous Topic   Next Topic Topic: Ruby, Rails and The Art of Software Development &#8212; Audio

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use