]> git.lizzy.rs Git - micro.git/history - cmd/micro/messenger.go
Fix some issues with unicode handling
[micro.git] / cmd / micro / messenger.go
2016-08-18 Zachary YedidiaFix some issues with unicode handling
2016-08-17 Zachary YedidiaFix statusline suggestion style
2016-08-17 Zachary YedidiaAdd visual indicator for autocomplete suggestions
2016-08-17 Zachary YedidiaAdd much better autocompletion for commands
2016-08-17 Zachary YedidiaMerge pull request #209 from onodera-punpun/coloredline
2016-08-02 Zachary YedidiaRemove backspace prompt cancelation
2016-07-24 Zachary YedidiaUse file completion for command mode
2016-06-15 Zachary YedidiaAdd support for job control
2016-06-09 Zachary YedidiaFix autocompletion using a slash
2016-06-09 Zachary YedidiaAdd file completion to OpenFile (CtrlO) with tab
2016-05-29 Zachary YedidiaCheck if the file being edited has been modified by...
2016-05-28 Zachary YedidiaAdd history navigation with up and down arrows
2016-05-20 Zachary YedidiaMerge branch 'duplicate' of https://github.com/onodera...
2016-05-20 Zachary YedidiaMerge
2016-05-20 Zachary YedidiaUse the new and updated version of tcell
2016-04-27 Zachary YedidiaMerge branch 'gutter-messages'
2016-04-27 Zachary YedidiaSupport different types of gutter messages
2016-04-27 Zachary YedidiaMerge branch 'elementary-mouse'
2016-04-27 Zachary YedidiaSimple support for gutter messages
2016-04-27 Zachary YedidiaMerge branch 'arrow-bindings'
2016-04-26 Zachary YedidiaStarting to add more mappings for arrow keys
2016-04-26 Zachary YedidiaAlso use KeyBackspace for deleting in prompt
2016-04-24 Zachary YedidiaAdd check flag for search and replace
2016-04-24 Zachary YedidiaMerge
2016-04-24 Zachary YedidiaAdded StartOfLine and EndOfLine actions
2016-04-19 Zachary YedidiaUse variadic args for messenger Message and Error
2016-04-19 Zachary YedidiaMerge pull request #32 from aerth/fork
2016-04-19 aerthBoss mode
2016-04-18 Zachary YedidiaMerge pull request #14 from aerth/master
2016-04-18 aerthnow is go gettable and updated make file