]> git.lizzy.rs Git - micro.git/history - cmd/micro/settings.go
Fix some issues with unicode handling
[micro.git] / cmd / micro / settings.go
2016-08-18 Zachary YedidiaMake setting options global
2016-08-17 Zachary YedidiaMerge pull request #209 from onodera-punpun/coloredline
2016-08-11 Zachary YedidiaFix statusline and tabbar offsets
2016-08-11 Zachary YedidiaAdd split_tree and ability to create splits
2016-07-09 Zachary YedidiaMerge pull request #185 from zyedidia/splits
2016-07-05 Zachary YedidiaChange default colorscheme to monokai
2016-06-01 Zachary YedidiaAdd cursorline option
2016-05-29 Zachary YedidiaAdd persistent undo as the option
2016-05-28 Zachary YedidiaMerge
2016-05-28 Zachary YedidiaAdd `savecursor` option
2016-05-28 Zachary YedidiaMerge pull request #133 from onodera-punpun/packages
2016-05-27 Zachary YedidiaMerge pull request #139 from onodera-punpun/undo_option
2016-05-27 Camille ScholtzRemove undo options, make stackundo default behavior
2016-05-26 Camille ScholtzAdd stackundo option
2016-05-24 Camille Scholtzmake undothresthold a setting
2016-05-22 Zachary YedidiaRename to tabstospaces for consistency
2016-05-22 Zachary YedidiaMerge pull request #130 from onodera-punpun/center_search
2016-05-20 Camille ScholtzAdd scrollmargin option, rename scrollSpeed to scrollsp...
2016-05-20 Zachary YedidiaMerge branch 'duplicate' of https://github.com/onodera...
2016-05-20 Zachary YedidiaMerge
2016-05-18 Zachary YedidiaMerge pull request #123 from onodera-punpun/package_syntax
2016-05-18 Zachary YedidiaMerge pull request #121 from onodera-punpun/case_insens...
2016-05-18 Camille ScholtzAdd ignorecase option
2016-05-17 Zachary YedidiaMerge pull request #111 from onodera-punpun/fix_jump
2016-05-17 Zachary YedidiaMerge pull request #110 from onodera-punpun/indentchar
2016-05-17 Zachary YedidiaMerge pull request #112 from onodera-punpun/customizabl...
2016-05-17 Camille ScholtzAdd scrollspeed option
2016-05-17 Camille ScholtzRename indent-line to indent-char, change default value...
2016-05-17 Camille ScholtzAdd indent character option
2016-05-15 Zachary YedidiaMerge
2016-05-15 Zachary YedidiaAdd statusline option
2016-05-06 Zachary YedidiaMerge pull request #82 from zyedidia/plugins
2016-05-05 Zachary YedidiaHave go plugin create its own options
2016-05-05 Zachary YedidiaRewrite gofmt and goimports as plugins
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