]> git.lizzy.rs Git - micro.git/history - cmd/micro/micro.go
Small optimization
[micro.git] / cmd / micro / micro.go
2016-05-01 Zachary YedidiaUse hash for savedText instead of full string
2016-04-27 Zachary YedidiaMerge branch 'elementary-mouse'
2016-04-27 Zachary YedidiaMerge branch 'arrow-bindings'
2016-04-26 Zachary YedidiaStarting to add more mappings for arrow keys
2016-04-24 Zachary YedidiaMerge
2016-04-24 Zachary YedidiaImprove help text and move to its own file
2016-04-23 Zachary YedidiaMerge pull request #68 from zyedidia/custom-bindings
2016-04-23 Zachary YedidiaRework the bindings as keys bound to actions
2016-04-20 Zachary YedidiaMerge
2016-04-20 Zachary YedidiaSet encoding fallback to ASCII
2016-04-20 Zachary YedidiaMerge
2016-04-20 Zachary YedidiaMuch improved terminal mode (Ctrl-b)
2016-04-19 Zachary YedidiaMerge pull request #44 from aerth/fork1
2016-04-19 Zachary YedidiaAdd OpenBuffer() function to View
2016-04-19 Zachary YedidiaUse a buffer for help screen
2016-04-19 Zachary YedidiaAdd -version option
2016-04-19 Zachary YedidiaAdd option to save and quit
2016-04-19 Zachary YedidiaMerge pull request #32 from aerth/fork
2016-04-19 aerthBoss mode
2016-04-18 Zachary YedidiaAdd support for other encodings
2016-04-18 Zachary YedidiaChange the help binding to Ctrl-g from Ctrl-h
2016-04-18 Zachary YedidiaMore comments and a slight optimization for syntax...
2016-04-18 Zachary YedidiaAutomatically create ~/.config or if it does not exist
2016-04-18 Zachary YedidiaUse XDG_CONFIG_HOME for configuration directory
2016-04-18 Zachary YedidiaMerge pull request #14 from aerth/master
2016-04-18 aerthnow is go gettable and updated make file