]> git.lizzy.rs Git - micro.git/history - cmd/micro/actions.go
Copy to primary clipboard for any change in selection
[micro.git] / cmd / micro / actions.go
2016-09-05 Zachary YedidiaCopy to primary clipboard for any change in selection
2016-09-02 Zachary YedidiaAdd support for primary clipboard
2016-08-31 Zachary YedidiaMerge pull request #233 from schollz/master
2016-08-31 NickolayMerge pull request #1 from zyedidia/master
2016-08-31 Zachary YedidiaMerge
2016-08-31 Zachary YedidiaUnselect for cursor movement actions
2016-08-30 Zachary YedidiaAdd QuitAll action to close all splits and tabs at...
2016-08-29 Zachary YedidiaHave CanClose use single letters for responses
2016-08-29 Zachary YedidiaFix bug with view.Center
2016-08-26 Zachary YedidiaMerge pull request #213 from zyedidia/local-settings
2016-08-25 Zachary YedidiaPass the view into plugin callbacks
2016-08-25 Zachary YedidiaAdd local settings for each buffer
2016-08-24 Zachary YedidiaAdd center action to center the view on the cursor
2016-08-24 Zachary YedidiaPlugin onAction return value should determine relocate
2016-08-23 Zachary YedidiaAuto indent on paste
2016-08-22 Zachary YedidiaRemove auto indented spaces if the line is empty
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