sponsor Vim development Vim logo Vim Book Ad

operator-star : This plugin provides the operator versions of |star|, |gstar|, |#|, |g#|.

 script karma  Rating 0/0, Downloaded by 709  Comments, bugs, improvements  Vim wiki

created by
tyru
 
script type
utility
 
description

INTRODUCTION

This plugin provides the operator versions
of *, g*, #, g#. star is * (:help star).

No default keymappings, so please map to
your favorite keymappings like the followings:

    nmap <Leader>*  <Plug>(operator-*)
    nmap <Leader>g* <Plug>(operator-g*)
    nmap <Leader>#  <Plug>(operator-#)
    nmap <Leader>g# <Plug>(operator-g#)


This plugin has two dependency plugins.

- visualstar (vimscript#2944)
- operator-user (vimscript#2692)


USAGE EXAMPLE

- <Leader>*iw or viw<Leader>* is the same as *. it's no use in this case :(
- <Leader>*<Leader>* to search the same line as the cursor line.
- <Leader>*iW to search the WORD under the cursor.
- or you can even combine with another useful text-object plugins like these:
http://www.google.com/cse?cx=partner-pub-3005259998294962%3Abvyni59kjr1&ie=ISO-8859-1&q=textobj&sa=Search&siteurl=www.vim.org%2F

* is almost the same as /<C-r>=expand('<cword>')<CR> .
/ is very handy moving command.
* is also handy shortcut for / command.
operator-star strongly helps you to move around quickly in the source code, text, etc.
 
install details
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
operator-star.zip 0.0.0 2011-05-31 7.0 tyru Initial upload
ip used for rating: 18.218.168.16

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github