lem icon indicating copy to clipboard operation
lem copied to clipboard

Operator, text object and vim-surround

Open kenoss opened this issue 6 years ago • 2 comments

c.f. https://github.com/cxxxr/lem/issues/424

I think we need more general framework for vi-mode. Current design lacks extensibility for, e.g. text object plugins and additional action like https://github.com/tpope/vim-surround.

I'm considering to introduce concepts "operator" and "text object", using something like define-text-object-command and feature that handle "continuous command" like continue-flag.

kenoss avatar Sep 23 '19 03:09 kenoss

/label vi-mode

kenoss avatar Sep 23 '19 03:09 kenoss

link https://github.com/cxxxr/lem/issues/278

kenoss avatar Sep 23 '19 03:09 kenoss

ref #1012

fukamachi avatar Aug 27 '23 17:08 fukamachi

Operator-pending state, and text objects are introduced by #1012 and #1013.

fukamachi avatar Aug 28 '23 11:08 fukamachi