lispyville icon indicating copy to clipboard operation
lispyville copied to clipboard

lispy + evil = lispyville

Results 25 lispyville issues
Sort by recently updated
recently updated
newest added

@noctuid, this is just hands down awesome. you wrote [targets.el](https://github.com/noctuid/targets.el) and now I discover that you wrote this. Are you a lisp hacker or something? How did you learn all...

Normally I just use a text object: `da(`. Wondering if there's a better way.

question

Continuing discussion in https://github.com/noctuid/lispyville/issues/53 - [ ] **problem**: `lispyville-delete` `lispyville-up-list` automatically prettifies code, pulling things after `{` to the same line, which is unwanted. (Not using `prettify` key theme but...

enhancement

Hi, Can the lispyville operators be used as drop-in replacements for evil operators using `defalias` like ```elisp (defalias 'evil-delete 'lispyville-delete) ``` Do you foresee any issues with doing that? Thanks...

``` ;; Aa B Cc (peanut butter sandwich) ``` With the cursor on A and the atom-movement theme enabled, pressing "E" and "gE" should bring the cursor to C and...

The better long term solution would be to not redefine operators but wrap or advise them somehow. When I tried this before, I couldn't come up with anything that wasn't...

I came from terget.el and read the README. And, for me, it is a bit hard to grasp the structure of it. I think it is because 1) GitHub renders...

It took me some time to understand how does `[`, `]`, `{` and `}` work. How about: `█` represents point, jump to coorespoding parethesis by `[`, `]`, `{`, and `}`...

Is it possible to remap [ to `lispy-brackets`, and ] and also } to maybe `lispy-right-nostring`? Sorry if this is a stupid question, I just started using Lispyville today (which...

duplicate
question