Fork me on GitHub
#vim
<
2018-08-28
>
eraserhd14:08:29

I have just discovered the kakoune editor, and I am enamored. This will likely end badly. https://github.com/mawww/kakoune

dominicm14:08:16

I feel the same

eraserhd14:08:52

I mean, it really seems to be "vim done better" and the design choices are kind of amazing. I'm worried about ergonomics a bit.

eraserhd14:08:18

One thing for sure, though, the idea that tmux should be the thing controlling the panes seems good to me. I think I'm going to do that. I can't really think of what I'd lose, except for minor things that can be fixed.

eraserhd14:08:32

Building a REPL connection is slow.

eraserhd14:08:03

(above means one file per instance of Vim)

eraserhd14:08:24

The only other thing I can think of as a drawback is that auto-complete cannot be wider than the buffer.

ClashTheBunny14:08:19

It seems to be client/server so that state would be shared between windows?

eraserhd17:08:56

@clashthebunny at this point, I only have a vague sense of how it works, but I think each instance is a server.

eraserhd17:08:26

I guess each server is named. Check out how they focus a pane 😄 https://github.com/mawww/kakoune/blob/master/rc/base/tmux.kak#L41-L50