|
Web Contractors Web Developer Jobs Join Us / Log in Discussion |
Change your life forever with Vim
If you're spending a lot of time using a text editor then something like Vim could change your life forever.
Vim is a powerful text editor for *nix Operating Systems. It's lightweight and elegant but can be cryptic for a newbie.
Here are some basics:
There are several modes in Vim. These are Command Mode (default), Insert, Replace and some others. You can ender insert mode with the i key and escape back to command mode with the esc key.
You can move the cursor with the h j k l keys. This may take some getting used to.
Vim also allows you to search and replace, edit files and run commands too.
For more info you should see:
http://www.apmaths.uwo.ca/~xli/vim/vim_tutorial.html
http://www.raffy.ch/projects/vim.html
http://www.vim.org/
http://www.vim.org/htmldoc/editing.html
http://www.tuxfiles.org/linuxhelp/vimcheat.html
New forum topics
- Freelance Web developer wanted
- Ringtone fatigue
- web developer looking for more project
- PHP website maintenance
- Desk available for hire - Rushcutters Bay location
- ZAMP?
- Don't hack the Drupal Core. Make a patch!
- What to charge for site updates
- Start New Website or CMS business. Business Partner / designer
- Code snippets in Google Search Results
- [syd] Freelance developer - .NET/ PHP/ Actionsctipt / DHTML
- Tester needed
- Freelance SharePoint 2003 / 2007 Consultant
- Joomla and Community Builder Module
- PHP export to CSV


Here's how to get vim showing syntax coloring:
http://www.faqs.org/docs/Linux-HOWTO/Vim-HOWTO.html
Post new comment