]> git.lizzy.rs Git - micro.git/history - cmd/micro/actions.go
Small fix to redraw location
[micro.git] / cmd / micro / actions.go
2016-08-17 Zachary YedidiaAdd boolean option to actions to disable the lua callback
2016-08-17 Zachary YedidiaAdd much better autocompletion for commands
2016-08-17 Zachary YedidiaSplit help into multiple files and add help command
2016-08-17 Zachary YedidiaMerge pull request #209 from onodera-punpun/coloredline
2016-08-16 Zachary YedidiaChange plugin callbacks to not only happen when a keybi...
2016-08-16 Zachary YedidiaRebind Home and End to StartOfLine and EndOfLine
2016-08-11 Zachary YedidiaFix statusline and tabbar offsets
2016-08-11 Zachary YedidiaAdd ability to delete splits
2016-08-11 Zachary YedidiaAdd split_tree and ability to create splits
2016-08-10 Zachary YedidiaRemove current implementation of splits
2016-08-08 Zachary YedidiaSmall fix to OutdentSelection
2016-08-07 Zachary YedidiaBindings for IndentSelection and OutdentSelection
2016-08-02 Zachary YedidiaPressing tab on a selection indents the selection
2016-07-24 Zachary YedidiaUse file completion for command mode
2016-07-24 Zachary YedidiaUse my fork of clipboard
2016-07-14 Zachary YedidiaMerge
2016-07-14 Zachary YedidiaOpen help in a separate split
2016-07-10 Zachary YedidiaSeparate bindings and actions into two files