Maddy's Rant

Vacuous, vivid, vivacious, aphrodisiac, simulating, rapid, ravenous

Name:
Location: Bellevue, WA, United States

Come and sit with me my friend, I promise to show you the world beyond your wildest imagination.

Wednesday, June 15, 2005

Google

checking out the new google toolbar extension for firefox.

Adding stuff to the learning process....

vim tips and tricks....

set hlsearch - sets the highlighting for search
set nohlsearch - does not set the highlighting for search
h, j, k, l - left, down, up and right movements in vim
d - delete
w - word
b - back word
$ - end of line
^ - begining of line
o - insert new line



regular expressions crash course in vim.
--------------------------------------------------

$ - end of the line.
^ - begining of the line
. - character in regex


:marks - gives the location of ,\ , [ . ]

Opening and Closing multiple files
--------------------------------------------
:wnext - write and go next
:wNext - go to previous
:spilt - spilts the window
:new - creates a new window
:view - creates a new read only window


Programmers
------------------
:setbackground=light or dark
:syntax on

Tricky murky xterm
----------------------------
if($term = xterm) set term = xterm-color

Start with a C file but with non standard extension
---------------------------------------------------------------
:set filetype=c

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home