ardagnir / athame

Full vim for your shell (bash, zsh, gdb, python, etc)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Better neovim embedding

rgreenblatt opened this issue · comments

First of all, this is an awesome project :).

When spawning terminals within neovim, it should (at least in theory) be possible for athame to use that neovim process. This would be useful for shared registers and a few other things. I am potentially interested in implementing this feature, but I don't have a great idea of how doable this is. As far as I can tell, this could be done by adding another option to start_vim which sources vimbed and ~/.athemrc in the existing instance and opens the appropriate file. athemrc would also need to be changed such that the bindings are buffer specific. Thought?

Ah, I see.

Thanks for the help.