diff options
| author | Tslil Clingman <tslil.clingman@gmail.com> | 2018-07-08 14:37:30 +0200 |
|---|---|---|
| committer | Tslil Clingman <tslil.clingman@gmail.com> | 2018-07-08 14:37:30 +0200 |
| commit | 424f04e9e2cf911c7bd963d96aeb399b5961a713 (patch) | |
| tree | b9665d300d56e8edb88b4b2fe5d9832b7cdb0b3c /README.md | |
| parent | efa4b2efff0866f9b3ab45e204f283d6399e9733 (diff) | |
Saner defaults, `toggle space to commit'
Moved demo GIF higher
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -1,7 +1,9 @@ # siege-mode An emacs minor mode to surround the region with smart delimiters interactively. -## Lay siege to the region from all sides! + + +## Lay siege to the region from both sides! ### (with the power of regular expressions) When the region is active, all input is redirected to the minibuffer and treated @@ -12,16 +14,14 @@ not desired they may be disabled via "C-c a" in the minibuffer or by default (`siege-default-derive`). All changes are dynamically displayed in the buffer (see `siege-preview-face`) -and may be committed by "SPC" or "Ret" in the minibuffer. +and may be committed by "Ret" in the minibuffer. It is also possible to commit +the input on "space" as set by `siege-default-end-on-space` and toggled by +"C-c s" in the minibuffer. By default siege-mode understands the usual delimeter pairs, as well as latex LaTeX begin/end pairs and left/right pairs. Moreover, for ease of use it will pair both `_{` and `^{` with `}` by default. -## Fancy GIF demo - - - ## License -GPL v3 or later. +GPL v3+ |
