On Wed, 2007-12-05 at 13:55 -0800, Igor Gatis wrote:
>
> Is there a easy way to quick copy file path? Like a menu option,
> shortcut, right-click menu?

No super fast way, but here's three pretty fast ways:

1. Write "Filename: " in your document and use Tools > Add-ons > Stamp
   Filename.

2. Enter this at the command line (Ctrl+L):

   :let @x = expand("%:p") | put x

3. Write a new function/menu item for Cream accessible by File >
   Properties that dialogs the basic file info and give the user a
   chance to copy it to the clipboard. Example: Edit > Count Total
   Words.


-- 
Steve Hall  [ digitect dancingpaper com ]
:: Cream... usability for Vim
::   http://cream.sourceforge.net


-------------------------------------------------------------------------
SF.Net email is sponsored by: 
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
cream-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/cream-general

Reply via email to