On Fri, 20 Aug 2004 01:31, Michael Cortes wrote: > I found part of the answer...... > > when doing a search in vim you can hit ctrl-m as long as you hit ctrl-v > first. ctrl-v tells vim to treat the following as a character, not to do > the action i.e... carriage return. > > Now I need just one more piece, if anyone has the answer: > > ctrl-m is a carriage return. Does anyone know what ctrl seqence is line > feed? > > Thanks Add these to your list of useful vim character codes: Ctrl-H = Backspace Ctrl-I = horizontal tab Ctrl-J = Line feed Ctrl-K = vertical tab Ctrl-L = form feed Cheers -- David Robley "Would you like to buy an alarm?" asked Tom self-righteously. -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php