> Do you know an easy way to insert a file _above_ the cursor?
> 
> :r file   -> inserts below the cursor

You can specify the location either absolutely or relatively with 
the usual Ex range modifiers.  You likely want

   :-r file.txt

(which is shorthand for ":.-1r file.txt" where the "." and the 
"1" are implied)

You can read about them at

   :help :range

-tim





--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to