Design of a Vim-like text editor
11–20 of 92 posts
Re: Design of a Vim-like text editor
#12I've been using Vim for over a decade. I love it. But I feel more and more anachronistic every time I have to hunt down some Vim plug-in for whatever IDE I'm setting up. I'd love to see a fresh take on hyper-efficient text editing in modern GUI environments.
Well, with Neovim, we'll have a legit fully-featured plugin for any and all IDEs that do plugins. I sincerely can't wait to have Neovim in IntelliJ/RubyMine/CursiveClojure.
Re: Design of a Vim-like text editor
#13How about an embedded Lisp interpreter?
Re: Design of a Vim-like text editor
#14Earlier quoted context omitted.
Well, with Neovim, we'll have a legit fully-featured plugin for any and all IDEs that do plugins. I sincerely can't wait to have Neovim in IntelliJ/RubyMine/CursiveClojure.
IF the project survives.
Re: Design of a Vim-like text editor
#15How about an embedded Lisp interpreter?
Re: Design of a Vim-like text editor
#16Earlier quoted context omitted.
Well, with Neovim, we'll have a legit fully-featured plugin for any and all IDEs that do plugins. I sincerely can't wait to have Neovim in IntelliJ/RubyMine/CursiveClojure.
IF the project survives.
Re: Design of a Vim-like text editor
#17Why not write a rich-text editor instead? Or a webbrowser? Seriously. They seem like more interesting endeavours to me. Especially if you document every step of the way. In fact, you could write a book about it.
http://surf.suckless.org/ is already a thing.
Re: Design of a Vim-like text editor
#18How about an embedded Lisp interpreter?
Re: Design of a Vim-like text editor
#19How about an embedded Lisp interpreter?
At one point, REPL first editors (ipython notebooks, etc) will meet edition based IDE (them) in an essential cosmic spark and nothing will ever be the same ever again.