mg
mg copied to clipboard
OpenBSD Mg editor. Portable Public Domain Micro Emacs for *BSD, Cygwin, Linux, Mac OS X.
I think this is really useful. For example ``` int x = 1; if (x == 1) { printf("x: %d", x); /* more stuff */ } ``` If you decide...
Is it possible to change the tab as 4 spaces in .mg file setting? Thanks!
Hi: Do you plan to implement syntax highlight sometime?
Since cscope supports C++ files, could we update the call to fnmatch in do_cscope to recognize .cc, .cpp and .hpp files as well?
Hi, Love mg. had this feature set in emacs, based on a default feature in old windows text editor. miss it a lot in mg (osx). can we have it,...
So there is your repo, then there is https://github.com/troglobit/mg and finally there is https://github.com/hboetes/mg. What is the difference between those?