Skip to content

cibinmathew/sublime-alter-text

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alter-text

Quickly alter text in Sublime Text.

  • replace_text_with: Replace selected text with equivalent number of a specified character(eg: space)
  • todo Cycle between snake, title, pascal, camel and original
  • todo Collapse whites in the order of to (no space if leading spaces, single line, to single space)

How to Use

From Command palette, type Alter Text: Replace with

No default keybinding is provided. Use like below as necessary

[
    { "keys": ["ctrl+r"], "command": "replace_text_with", "args": { "replacement": " " } },
    { "keys": ["ctrl+-"], "command": "replace_text_with", "args": { "replacement": "-" } }
]

How to Install

Install with Package Control

To Install via Package Control.

  • Search for package: Alter Text

TODOs

  • Submit to package control channel
  • Add multi cursor modifications
  • Add FAQ

FAQ

todo

Motivation

Contributors

License

MIT License

About

Sublime Text plugin to quickly alter text

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Languages