Why Kakoune – The quest for a better code editor
41–50 of 329 posts
Re: Why Kakoune – The quest for a better code editor
#42The multiple selections thing looks really cool.
Re: Why Kakoune – The quest for a better code editor
#43From the github docs: > " Due to Kakoune relying heavily on being in a Unix-like environment, no native Windows version is planned." Deal breaker right there. If I am going to go to the effort of learning a new editor, it better run on all reasonable platforms - like Vim does.
Plus, with the unix subsystem (minus bugs) you can still run this in Windows. That still amazes me.
Re: Why Kakoune – The quest for a better code editor
#44From the github docs: > " Due to Kakoune relying heavily on being in a Unix-like environment, no native Windows version is planned." Deal breaker right there. If I am going to go to the effort of learning a new editor, it better run on all reasonable platforms - like Vim does.
Re: Why Kakoune – The quest for a better code editor
#45Modal text editors are definitely not my thing, but anyway this looks like a huge improvement on vim. Still a shame that it is entirely console-based. It's 2016 people! We've had GUIs for literally decades.
Re: Why Kakoune – The quest for a better code editor
#46That said I suspect most people would be better off learning a good IDE properly, including but not limited to:
* effective navigation and selection using modifier keys and search
* built in refactoring
* project wide as well as single file search/replace, -and this includes regex search AND replace.
This should be quite doable in less than a week compared to a few months to get equally effective in vim.
Edit: let me add that parts of this looks like a huge improvement over vim.
Re: Why Kakoune – The quest for a better code editor
#47Re: Why Kakoune – The quest for a better code editor
#48Earlier quoted context omitted.
You can find the editor source, and installation instructions on github: https://github.com/mawww/kakoune
Thanks! However, my point was that people shouldn't have to read comments on HN to be able to find the editor (I thank you for helping me though!) that someone wrote a whole blogpost about.
Definitely should include a link, though.
Re: Why Kakoune – The quest for a better code editor
#49A better vim sounds great. That said I suspect most people would be better off learning a good IDE properly, including but not limited to: * effective navigation and selection using modifier keys and search * built in refactoring * project wide as well as single file search/replace, -and this includes regex search AND replace. This should be quite doable in less than a week compared to a few months to get equally eff…
Re: Why Kakoune – The quest for a better code editor
#50Modal text editors are definitely not my thing, but anyway this looks like a huge improvement on vim. Still a shame that it is entirely console-based. It's 2016 people! We've had GUIs for literally decades.
What would a GUI bring to this that isn't possible in the console? You can use a mouse to issue commands to console programs, after all: if you want to use your mouse to scroll through or select regions of text, you can.
Not being destructive of user input, for starters.