micro/cmd/micro
2016-05-24 21:38:46 +02:00
..
bindings.go Fix tabstospaces problem 2016-05-22 15:47:28 -04:00
buffer.go Store cursor and eventhandler in buffer instead of view 2016-05-22 15:01:02 -04:00
colorscheme.go Use a map for settings instead of a struct 2016-04-30 11:39:48 -04:00
command.go Store cursor and eventhandler in buffer instead of view 2016-05-22 15:01:02 -04:00
cursor.go Store cursor and eventhandler in buffer instead of view 2016-05-22 15:01:02 -04:00
eventhandler.go Store cursor and eventhandler in buffer instead of view 2016-05-22 15:01:02 -04:00
help.go Improve help text and move to its own file 2016-04-24 08:31:42 -04:00
highlighter.go Rewrite gofmt and goimports as plugins 2016-05-05 12:53:07 -04:00
messenger.go Use the new and updated version of tcell 2016-05-20 09:19:25 -04:00
micro.go make undothresthold a setting 2016-05-24 21:38:46 +02:00
plugin.go Add linter plugin to easily make linters 2016-05-05 12:53:27 -04:00
runtime.go Add colorscheme to makefile syntax file 2016-05-19 07:26:10 -04:00
search.go simplify scrollmargins 2016-05-20 20:06:01 +02:00
settings.go make undothresthold a setting 2016-05-24 21:38:46 +02:00
stack.go now is go gettable and updated make file 2016-04-18 10:59:41 +00:00
stack_test.go now is go gettable and updated make file 2016-04-18 10:59:41 +00:00
statusline.go Simplify IsDirty check 2016-05-14 12:04:13 -04:00
util.go Improve word movement behavior 2016-04-27 10:44:36 -04:00
util_test.go now is go gettable and updated make file 2016-04-18 10:59:41 +00:00
view.go Fix crash 2016-05-22 20:59:31 -04:00