The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #30 (permalink)  
Old 07-20-2005
vertigo23's Avatar
vertigo23 vertigo23 is offline
Registered User
  
 

Join Date: Jul 2005
Location: SF, CA
Posts: 73
Missing options

if I'm in a hurry

cat > file
type stuff
^D

For those who like UltraEdit, the windows port of Gvim has a beginner mode that's modeless (you can just start typing without messing around with 'i' and ESC). From what I've seen of UE, it's about 95% identical to VIM just with all the keyboard and :ex stuff moved to menus.

--Alex