Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dnicolson/bbedit-indent
➡️ Sublime package to provide BBEdit style indentation
https://github.com/dnicolson/bbedit-indent
Last synced: 22 days ago
JSON representation
➡️ Sublime package to provide BBEdit style indentation
- Host: GitHub
- URL: https://github.com/dnicolson/bbedit-indent
- Owner: dnicolson
- Created: 2013-08-16T02:07:38.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2019-01-04T18:48:31.000Z (about 6 years ago)
- Last Synced: 2024-10-06T02:21:36.443Z (3 months ago)
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BBEdit Indent
A Sublime Text 3 package that enables text indentation by a single character at a time.
## Installation
Installation is performed via [Package Control](https://packagecontrol.io/).
## Usage
Normal indentation is performed by `cmd-[` and `cmd-]`, to indent by a single character shift is added: `cmd-shift-[` or `cmd-shift-]`. This overrides the the `prev_view` and `next_view` commands (`cmd-alt-left` and `cmd-alt-right` continue to be used for the `prev_view` and `next_view` commands).
This matches the behaviour of [BBEdit](http://www.barebones.com/products/bbedit/) and [TextWrangler](http://www.barebones.com/products/textwrangler/).
## Tests
Tests can be run using the [UnitTesting](https://packagecontrol.io/packages/UnitTesting) package.
Choose `UnitTesting` from the command pallette then enter `Bbedit-Indent` (note the case is different) as the package name.