]> git.lizzy.rs Git - micro.git/history - cmd/micro/settings.go
Small optimization
[micro.git] / cmd / micro / settings.go
2016-05-02 Zachary YedidiaDefault setting for tabsize should be float64 not int
2016-04-30 Zachary YedidiaMerge
2016-04-30 Zachary YedidiaIf a setting is not defined, use the default, not the...
2016-04-30 Zachary YedidiaMerge pull request #87 from aerth/bindings-help
2016-04-30 Zachary YedidiaUse a map for settings instead of a struct
2016-04-27 Zachary YedidiaMerge branch 'elementary-mouse'
2016-04-24 Zachary YedidiaUse reflection for setting options
2016-04-24 Zachary YedidiaMerge
2016-04-24 Zachary YedidiaAdded StartOfLine and EndOfLine actions
2016-04-24 Zachary YedidiaMerge pull request #71 from aerth/gofmt-2
2016-04-24 aerthgofmt-on-save redone for new bindings
2016-04-23 Zachary YedidiaMerge
2016-04-23 Zachary YedidiaFix autoindent setting
2016-04-22 Zachary YedidiaMerge pull request #58 from aerth/toggle-line-numbers
2016-04-22 aerthAdd ruler to possibleSettings
2016-04-22 aerthToggle line numbers
2016-04-18 Zachary YedidiaAdd tabsToSpaces option
2016-04-18 Zachary YedidiaUse XDG_CONFIG_HOME for configuration directory
2016-04-18 Zachary YedidiaCreate ~/.micro if it does not exist
2016-04-18 Zachary YedidiaMerge pull request #14 from aerth/master
2016-04-18 aerthnow is go gettable and updated make file