Fork me on GitHub
#emacs
<
2017-01-31
>
tianshu02:01:21

@qqq evil-cleverparens is a good option

richiardiandrea03:01:53

@qqq or smartparens, I kind of wanted to switch to it at some point, but for now paredit still wins

dpsutton13:01:27

i've recently updated my package resize-window to help with resizing windows and splits in emacs. I added the ability to create splits and also to save window configurations onto a stack. https://github.com/dpsutton/resize-window

qqq23:01:39

@doglooksgood , @richiardiandrea : resolved my emacs/lispy/paredit problem -- wrote a bunch of functions for hjkl and slurp/barf/raise when in a special "evil lispy" mode

qqq23:01:10

my ideal nagivation is pretty simple: h/l should be prev-next

qqq23:01:18

j/k should be down/up (into / exit) sexps

qqq23:01:37

this seems to map to standard vim movement