ZakharEl / split-object.kak

Split object for Kakoune

Home Page:https://kakoune.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Split Object

StatusMaintained – Until #138

IRC Discuss

Fork of alexherbo2's split object for Kakoune with better handling of exceptions.

asciicast

Installation

plug ZakharEl/split-object.kak

in kakrc & then in kakoune editor issue the command plug-install

Usage

map global normal <a-I> ': enter-user-mode split-object<ret>'

Modes

  • split-object

Objects

  • b, (, ): Parenthesis block
  • B, {, }: Braces block
  • r, [, ]: Brackets block
  • a, <, >: Angle block
  • Q, ": Double quote string
  • q, ': Single quote string
  • g, `: Grave quote string
  • w: Word
  • <a-w>: Big word
  • s: Sentence
  • p: Paragraph
  • c: Custom object description

About

Split object for Kakoune

https://kakoune.org

License:The Unlicense