micro/cmd/micro
2016-04-30 14:06:00 -04:00
..
bindings.go Fix selection bugs 2016-04-30 14:06:00 -04:00
buffer.go Remove unused syntax highlighting code and optimize IsDirty() 2016-04-20 13:52:10 -04:00
colorscheme.go Use a map for settings instead of a struct 2016-04-30 11:39:48 -04:00
command.go Use methods on view instead of functions for bindings 2016-04-24 18:32:18 -04:00
cursor.go Fix selection bugs 2016-04-30 14:06:00 -04:00
eventhandler.go now is go gettable and updated make file 2016-04-18 10:59:41 +00:00
help.go Improve help text and move to its own file 2016-04-24 08:31:42 -04:00
highlighter.go Starting to add more mappings for arrow keys 2016-04-26 09:58:56 -04:00
messenger.go Support different types of gutter messages 2016-04-27 12:33:33 -04:00
micro.go Starting to add more mappings for arrow keys 2016-04-26 09:58:56 -04:00
runtime.go Fix selection bugs 2016-04-30 14:06:00 -04:00
search.go Starting to add more mappings for arrow keys 2016-04-26 09:58:56 -04:00
settings.go Use a map for settings instead of a struct 2016-04-30 11:39:48 -04: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 Use a buffer for help screen 2016-04-19 13:58:02 -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 Use a map for settings instead of a struct 2016-04-30 11:39:48 -04:00