Skip to content

Releases: tomekw/doom-parents

0.2.0

28 May 21:49
Compare
Choose a tag to compare

Added

  1. Copy sexp

    SPC - c -p - y

  2. Kill sexp

    SPC - c -p - d

Initial release

04 Mar 11:38
Compare
Choose a tag to compare

doom-parents

A set of Doom Emacs mappings for manipulating parentheses and sexps

Installation

;; ~/.doom.d/packages.el

(package! doom-parents
  :recipe (:host github :repo "tomekw/doom-parents"))

;; ~/.doom.d/config.el

(use-package! doom-parents)

Usage

  1. Wrap sexp in round parentheses

    SPC - c -p - (

  2. Wrap sexp in square parentheses

    SPC - c -p - [

  3. Wrap sexp in curly parentheses

    SPC - c -p - {

  4. Raise sexp

    SPC - c -p - r

  5. Push parenthesis to the right

    SPC - c -p - > - )

  6. Push parenthesis to the left

    SPC - c -p - < - (

  7. Pull parenthesis from the right

    SPC - c -p - < - )

  8. Pull parenthesis from the left

    SPC - c -p - > - (