Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

🧬 Vim plugin to provide case-preserving substitutuion

License

NotificationsYou must be signed in to change notification settings

lambdalisue/vim-reword

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vimneovimreviewdog

Support Vim 8.1 or aboveSupport Neovim 0.4 or aboveMIT LicenseDoc

Replace words in a buffer in case preserving manner, with live preview feature for Vim and Neovim.

Reword preview

Usage

UseReword command to replace the first word in a current line like:

:Reword/HelloWorld/FooBarHoge

And use/g flags to replace all words in a current line like:

:Reword/HelloWorld/FooBarHoge/g

Prepend% to replace all words in a buffer like:

:%Reword/HelloWorld/FooBarHoge/g

Note that the following substitutions will be applied as well with:Reword command

NameFromToDisable flag
lowerCamelCasehelloWorldfooBarHogel
snake_casehello_worldfoo_bar_hoges
kebab-casehello-worldfoo-bar-hogek
lowerhelloworldfoobarhogei
UPPERHELLOWORLDFOOBARHOGEi

Use above disable flags to disable each cases.

About

🧬 Vim plugin to provide case-preserving substitutuion

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

[8]ページ先頭

©2009-2025 Movatter.jp