micro/cmd/micro
Zachary Yedidia 3d3b76a31c Change default colorscheme to monokai
The monokai-tc colorscheme has been renamed to plain monokai and has
been made the default colorscheme. It is still a true color colorscheme,
but the automatic 256 color approximation is very good so it can be used
just fine in terminals which do not support true color.

If your terminal only supports 16 colors, used the 'default'
colorscheme.
2016-07-05 18:34:51 -04:00
..
bindings.go Merge pull request #189 from onodera-punpun/sudosave 2016-06-30 11:08:12 -04:00
buffer.go Create tab struct and reorganize tab bar 2016-06-08 13:26:50 -04:00
colorscheme.go Change default colorscheme to monokai 2016-07-05 18:34:51 -04:00
command.go Fix replace cursor relocation 2016-06-28 15:06:42 -04:00
cursor.go Replace rope with lineArray 2016-06-07 11:43:28 -04:00
eventhandler.go Fix diff remove problem in ApplyDiff 2016-06-11 11:23:05 -04:00
help.go Improve help text and move to its own file 2016-04-24 08:31:42 -04:00
highlighter.go Add new colorschemes to runtime 2016-06-23 08:39:26 -04:00
job.go Add support for job control 2016-06-15 11:19:00 -04:00
lineArray.go Fix multiline remove in lineArray 2016-06-08 10:21:27 -04:00
loc.go Fix glitch with undo 2016-06-07 16:10:39 -04:00
messenger.go Add support for job control 2016-06-15 11:19:00 -04:00
micro.go Add autoclose plugin to handle autoclose for brackets, quotes etc... 2016-06-22 13:54:42 -04:00
plugin.go Add autoclose plugin to handle autoclose for brackets, quotes etc... 2016-06-22 13:54:42 -04:00
runtime.go Change default colorscheme to monokai 2016-07-05 18:34:51 -04:00
search.go Replace rope with lineArray 2016-06-07 11:43:28 -04:00
settings.go Change default colorscheme to monokai 2016-07-05 18:34:51 -04:00
stack.go Add persistent undo as the option 2016-05-29 11:02:56 -04:00
statusline.go Create tab struct and reorganize tab bar 2016-06-08 13:26:50 -04:00
tab.go Fix tabbar bug 2016-06-08 21:07:40 -04:00
util.go Replace rope with lineArray 2016-06-07 11:43:28 -04:00
util_test.go now is go gettable and updated make file 2016-04-18 10:59:41 +00:00
view.go Add onRune(r string) callback for plugins 2016-06-21 17:57:25 -04:00