Somelauw

Results 28 comments of Somelauw

@rpglover64 I did something like that in my plugin [here](https://github.com/Somelauw/evil-org-improved/commit/694e11af53503eb33bc6f4a40f40cebe2221f6f7). Now I'm wondering whether it would be a good idea to realign tables on every deletion command, but even org-mode...

@dschoepe Thanks, I have piggy-backed your commit in https://github.com/Somelauw/evil-org-improved/commit/18040585c4ce32de511c5330175e067187774244

@edwtjo I would like to work on this project. Is that okay? I created a fork [here](http://github.com/Somelauw/evil-org-improved/tree/develop). I intend to maintain it.

I use the following work-around: ``` (evil-define-key 'normal evil-org-mode-map (kbd "t") 'evil-find-char-to (kbd "T") 'evil-find-char-to-backward (kbd "C-t") 'org-todo (kbd "O") 'evil-open-above (kbd "H") 'org-shiftleft (kbd "L") 'org-shiftright) ```

I have described the individual changes. One change is that after the pull request keys mostly behave like paredit, whereas originally some keys where double defined. Some people may want...

I have added what we agree on so far. @ryepesg > I am not sure if we really need evilcp-special or if we can just merge it with evil-cp directly....

I have changed DEL to lispy-delete-backward instead of lispy-backward-delete, because I think this function is more intuitive when trying to delete empty strings. I don't know the finer distinctions between...

Looking at it again, I think lispy-delete-backward-or-splice-or-slurp and lispy-delete-or-splice-or-slurp are the functions closest to how x and X behave in evil-cleverparens. What I think is most important about this key...

I have added the bracket pairs back to evilcp. This makes it possible to use evilcp on its own. To make it easier to combine evillcp with lispy, I have...

Looking at it again, I think there is not much point in a `lispy-mode-map-evilcp` for the following reasons: - I think the current theme (before this PR) isn't really usable...