- More colors than a christmas tree
- Autocomplete via gocode
- Auto-gofmt and auto-goimports
- Safe refactoring / renaming support
- Follow references / callers / callees via go oracle
- Show test coverage
- Show godocs
- golint, go vet,
And I'm still not remembering like 30 other features. If you're a vim user and haven't checked out vim-go, give it a look.As someone else had pointed out, this new editor has pointed me in the direction of https://github.com/gdamore/tcell which looks mighty interesting indeed...
I totally agree, nano is due for a replacement.
https://github.com/zyedidia/micro/blob/master/src/buffer.go#...
If there is a better way to do this please let me know.
What do you gain by doing it this way?
--edit-
This works on Windows as well...
$ micro/micro
terminal entry not found* Execute commands (edit: to manage the editor settings).
* Support for shortcuts we're all very accustomed to in other software C+S to save, Ctrl+c to copy, Ctrl+v to paste, etc
* Mouse Support
Nano serves it's purpose but sometimes I need something that feels "modern" so I use TextAdept (works on the terminal as well). I might give Micro a try though.
Micro can also easily interface with the system clipboard (Ctrl-c, Ctrl-x, Ctrl-v).