wiki.control-d.com

Posted on Fri 13 June 2008 in Technology • Tagged with vim, iphone, ubuntu, wiki

The following 4 guides have been moved over to my MediaWiki site and updated:

  • Intro to the ViM Editor
  • Vim and R
  • iPhone 1.1.4 and Ubuntu Linux
  • Ubuntu Hardy Heron (8.04) on a Toshiba Portege M400

http://wiki.control-d.com

I think it makes them much, much …


Continue reading

ViM and R

Posted on Wed 02 May 2007 in Technology • Tagged with vim, wiki

Ubuntu Linux

This guide has been updated for Hardy Heron (8.04)

Installing R and vim-r-plugin

Install R with the following command:

sudo apt-get install r-base

Then download the newest vim-r-plugin package from http://www.uft.uni-bremen.de/chemie/ranke/debs/sid-jr/vim-r-plugin_0.5-79_all.deb with the following command:

wget …

Continue reading

Intro to the ViM Editor

Posted on Wed 02 May 2007 in Technology • Tagged with vim, wiki

What is Vim?

VIM (Vi IMproved) is a powerful text editor available for *nix and many other systems, including Windows. It emulates the behavior of the classic vi editor written by Bill Joy but adds many features.

Ubuntu Linux

Unfortunately, vim does not come installed on Ubuntu Linux. What seems …


Continue reading