]> git.lizzy.rs Git - micro.git/history - cmd
Relocate on startup
[micro.git] / cmd /
2016-08-24 Zachary YedidiaRelocate on startup
2016-08-24 Zachary YedidiaPlugin onAction return value should determine relocate
2016-08-23 Zachary YedidiaAuto indent on paste
2016-08-22 Zachary YedidiaDon't pad suggestions
2016-08-22 Zachary YedidiaFix gutter message overwriting a prompt
2016-08-22 Zachary YedidiaRemove auto indented spaces if the line is empty
2016-08-21 Zachary YedidiaAdd gruvbox colorscheme
2016-08-21 Zachary YedidiaSmall fix to redraw location
2016-08-20 Zachary YedidiaUpdate readme
2016-08-20 Zachary YedidiaSlight additional improvement to word movement
2016-08-20 Zachary YedidiaImprove cursor word movement
2016-08-20 Zachary YedidiaAdd pasting in command mode
2016-08-20 Zachary YedidiaAdd support for init.lua file in ~/.config/micro
2016-08-20 Zachary YedidiaGo plugin should disable tabstospaces if the file is go
2016-08-19 Zachary YedidiaFix minor issue with autoclose
2016-08-19 Zachary YedidiaImprove autoclose plugin auto tabbing
2016-08-19 Zachary YedidiaMove cursor with search selection
2016-08-18 Zachary YedidiaUpdate runtime
2016-08-18 Zachary YedidiaFix minor autoindent bug
2016-08-18 Zachary YedidiaFix some issues with unicode handling
2016-08-18 Zachary YedidiaMake setting options global
2016-08-17 Zachary YedidiaFix statusline suggestion style
2016-08-17 Zachary YedidiaAdd visual indicator for autocomplete suggestions
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 YedidiaAdd current-line-number colors to all colorschemes
2016-08-17 Zachary YedidiaUpdate runtime.go
2016-08-17 Zachary YedidiaDon't open a new split if help is already open
2016-08-17 Zachary YedidiaSplit help into multiple files and add help command
2016-08-17 Zachary YedidiaMinor fix to current line num style
2016-08-17 Zachary YedidiaMerge pull request #209 from onodera-punpun/coloredline
2016-08-16 Zachary YedidiaClean up go plugin
2016-08-16 Zachary YedidiaFix recursive issue with go plugin
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-15 Camille ScholtzAdd colored current line number option
2016-08-14 Zachary YedidiaUser plugins should replace default plugins
2016-08-14 Zachary YedidiaSyntax highlighting optimization
2016-08-13 Zachary YedidiaAdd HandleCommand and HandleShellCommand to plugin api
2016-08-11 Zachary YedidiaMinor update
2016-08-11 Zachary YedidiaSet parents correctly on split nodes
2016-08-11 Zachary YedidiaSmall fix to splits
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-08 Zachary YedidiaBind OutdentSelection to ShiftTab (Backtab)
2016-08-07 Zachary YedidiaBindings for IndentSelection and OutdentSelection
2016-08-02 Zachary YedidiaPressing tab on a selection indents the selection
2016-08-02 Zachary YedidiaRemove backspace prompt cancelation
2016-07-30 Zachary YedidiaAdd gololang to pre installed syntax files
2016-07-24 Zachary YedidiaUse file completion for command mode
2016-07-24 Zachary YedidiaAdd tab command to open a file in a new tab
2016-07-24 Zachary YedidiaFix issue with autoclose plugin
2016-07-24 Zachary YedidiaUse my fork of clipboard
2016-07-23 Zachary YedidiaFix small horizontal scrolling glitch
2016-07-20 Zachary YedidiaRehighlight a split as soon as it is opened
2016-07-15 Zachary YedidiaAdd separator characters between splits
2016-07-15 Zachary YedidiaHighlight plist as XML
2016-07-14 Zachary YedidiaRecompile runtime.go
2016-07-14 Zachary YedidiaAdd preAction plugin callbacks which can return false...
2016-07-14 Zachary YedidiaMerge
2016-07-14 Zachary YedidiaOpen help in a separate split
2016-07-13 Zachary YedidiaMerge pull request #193 from timon999/master
2016-07-13 Timon BöhlerChanged Python syntax file to use Go's regex for matchi...
2016-07-12 Zachary YedidiaUpdate runtime and syntax file listing
2016-07-12 Zachary YedidiaMerge pull request #191 from bvaudour/patch-1
2016-07-11 Zachary YedidiaFix draw ordering
2016-07-11 Zachary YedidiaRewrite view display function
2016-07-10 Zachary YedidiaSeparate bindings and actions into two files
2016-07-10 Zachary YedidiaAdd some lines back
2016-07-10 Zachary YedidiaAdd some more comments
2016-07-09 Zachary YedidiaMerge pull request #185 from zyedidia/splits
2016-07-09 Zachary YedidiaFix small glitch with splits
2016-07-05 Zachary YedidiaFix extra line being added with odd heights
2016-07-05 Zachary YedidiaChange default colorscheme to monokai
2016-07-02 Zachary YedidiaAdd binding to move to next split (default binding...
2016-07-02 Zachary YedidiaAdd the ability to close splits and change splits using...
2016-07-02 Zachary YedidiaFix tabbar offset with splits
2016-07-02 Zachary YedidiaMake sure splits can't draw in other splits
2016-07-02 Zachary YedidiaAdd horizontal splits
2016-07-02 Zachary YedidiaFix redrawing for splits
2016-07-02 Zachary YedidiaQuick first try at vertical splits
2016-06-30 Zachary YedidiaMerge pull request #189 from onodera-punpun/sudosave
2016-06-30 Camille Scholtzbindings:go: Only display saved message if actually...
2016-06-29 Zachary YedidiaWrap around when using NextTab and PreviousTab
2016-06-29 Zachary YedidiaFix JumpLine range
2016-06-28 Zachary YedidiaFix replace cursor relocation
2016-06-28 Zachary YedidiaMerge pull request #186 from onodera-punpun/replaced
2016-06-28 Camille Scholtzcommand.go: Simplify and prettify replace feedback
2016-06-28 Camille Scholtzcommand.go: Add some feedback to replace
2016-06-25 Zachary YedidiaAdd string group to syntax files
2016-06-25 Zachary YedidiaAdd feedback to save with sudo
2016-06-23 Zachary YedidiaAdd new colorschemes to runtime
2016-06-23 Zachary YedidiaFix issue with autoclose plugin
2016-06-22 Zachary YedidiaColorscheme group inheritance
2016-06-22 Zachary YedidiaAdd autoclose plugin to handle autoclose for brackets...
2016-06-21 Zachary YedidiaAdd onRune(r string) callback for plugins
2016-06-21 Zachary YedidiaOnly copy messages if there is a mouse left click ...
next