evil-cleverparens icon indicating copy to clipboard operation
evil-cleverparens copied to clipboard

Evil normal-state minor-mode for editing lisp-like languages

Results 31 evil-cleverparens issues
Sort by recently updated
recently updated
newest added

This would be quite handy for people who use custom keys for insert/append (like myself). Quite a trivial change.

When running emacs in a terminal, evil-cleverparens does something extra-funky to the keybindings. Steps: - run emacs in terminal mode (I've tried iTerm and terminal on OSX) - with evil...

Any time I press `x` or `X` (bound to `evil-cp-delete-char-or-splice`/`evil-cp-delete-char-or-splice-backwards`, respectively). I get the error "Wrong type argument: char-or-string-p, nil". I'm using evil-cleverparens with clojure-mode/cider/smartparens-config. This is likely an interaction...

Cleverparens symbol movement treats `#()` as a symbol Example: Consider the following clojure code, I'm pressing `w` several times ![image](https://user-images.githubusercontent.com/611419/98468335-18adb300-21eb-11eb-9a33-f7ad6bbded53.png) ![image](https://user-images.githubusercontent.com/611419/98468347-1fd4c100-21eb-11eb-9b67-35be46f88b8e.png) ![image](https://user-images.githubusercontent.com/611419/98468356-282cfc00-21eb-11eb-8f87-2fd1d4e75d9d.png) ![image](https://user-images.githubusercontent.com/611419/98468367-2feca080-21eb-11eb-8e14-5fba6cc71bdb.png) As far as I understand in this...

This fixes issue 38: - `x` on the beginning of a string (`["]some string"`) without region deletes both double quotes - `x` on the end of a string (`"some string["]`)...

Is there a key binding for `paredit-splice-sexp-killing-backward`? If not, what custom binding would you recommend?

I recently added a new variable to evil, `evil-change-commands` which allows some evil-change workarounds to be applied to `evil-cp-change` and similar commands. This fixes #59. I haven't had a chance...

Currently setting `evil-cleverparens-swap-move-by-word-and-symbol` only swaps the keys in normal mode. For the sake of consistency, I think it would make sense to swap them as well in operator mode. Would...

When the variable `evil-cleverparens-complete-parens-in-yanked-region` is enabled, yanking a region with unbalanced parens on the right side results in them being auto-completed in the opposite order (see attached gif) ![2018-09-11 22...