rjkip / sublime-swaptext

Command to swap two regions of text. That's all.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sublime-swaptext

Command to swap two regions of text. That's all.

Configuration

In Keybindings - User:

[
    { "keys": ["ctrl+,"], "command": "swap_text" }
]

Usage

Select two regions of text and press ctrl+,. The texts have switched places.

About

Command to swap two regions of text. That's all.