Live data from Hacker News

Micro v1.0 – a terminal-based text editor written in Go

github.com

1–10 of 47 posts

Re: Micro v1.0 – a terminal-based text editor written in Go

#4
post #3

> Common keybindings (ctrl-s, ctrl-c, ctrl-v, ctrl-z...) How do those not get blocked by terminal emulators?

Presumably they respect that the running program has put the terminal into "raw mode"

e.g. with https://github.com/golang/crypto/blob/master/ssh/terminal/ut...

Re: Micro v1.0 – a terminal-based text editor written in Go

#6
First reaction: Congrats, looks great!

Second reaction: Yet another, completely different syntax highlighting implementation/definition list... https://github.com/zyedidia/micro/tree/master/runtime/syntax

Couldn't pick any of the hundreds that already exist? :(

Re: Micro v1.0 – a terminal-based text editor written in Go

#9

First reaction: Congrats, looks great! Second reaction: Yet another, completely different syntax highlighting implementation/definition list... https://github.com/zyedidia/micro/tree/master/runtime/syntax Couldn't pick any of the hundreds that already exist? :(

Looks like these are just nanorc files. so reusing nano's definitions? The project name also checks out.
Post reply on HN