Replace operator : R (replace) operator 
 
 
  |  script karma  | 
  
    Rating 1/1,
    Downloaded by 1093   | 
  
   Comments, bugs, improvements 
   | 
  
    Vim wiki
   |   
 
 
 
| created by |  
| Rom Grk |  
|   |  
| script type |  
| utility |  
|   |  
| description |  
Github: https://github.com/romgrk/replace.vim
 
 Replace operator is an additionnal operator, like 'c', 'd' or 'p'. 
 It operates on a range of text, and accepts a register as input. 
 Basically, it replaces the text in {motion} or {Visual} with the content of register [x], or 'clipboard' if none provided.
 
 The deleted text is sent to black hole register by default. 
 You can set the default register by setting:
 
     let g:replace_register = '_'
 
 When g:replace_register is set to '|', the text is exchanged between 
 the two register. 
  |  
|   |  
| install details |  
cd ~/.vim/bundle  && git clone https://github.com/romgrk/replace.vim
 
 Bundle 'romgrk/replace.vim'
 
 NeoBundle 'romgrk/replace.vim'
  |  
|   |  
 
script versions (upload new version)
Click on the package to download.
 
 
ip used for rating: 216.73.216.208
           |