]> git.lizzy.rs Git - micro.git/history - cmd
Don't open a new split if help is already open
[micro.git] / cmd /
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 ...
2016-06-21 Zachary YedidiaAuto prefix for plugin functions
2016-06-19 Zachary YedidiaFix mouse controls
2016-06-17 Zachary YedidiaClicking on messages will copy them to the clipboard
2016-06-15 Zachary YedidiaAdd support for job control
2016-06-11 Zachary YedidiaAlso allow ModShift to be on for windows terminals
2016-06-11 Zachary YedidiaFix diff remove problem in ApplyDiff
2016-06-09 Zachary YedidiaFix cursor line in true color colorschemes
2016-06-09 Zachary YedidiaFix autocompletion using a slash
2016-06-09 Zachary YedidiaAdd file completion to OpenFile (CtrlO) with tab
2016-06-09 Zachary YedidiaFix mouse coordinates when tabbar is open
2016-06-09 Zachary YedidiaFix tabbar bug
2016-06-08 Zachary YedidiaFix resizing of tabs opened with the command line
2016-06-08 Zachary YedidiaAdd support for tabs
2016-06-08 Zachary YedidiaAdd default bindings for PreviousTab and NextTab
2016-06-08 Zachary YedidiaMake tabs respond to mouse events
2016-06-08 Zachary YedidiaResize the view correctly when there is only one tab...
2016-06-08 Zachary YedidiaDon't display the tab bar if only one tab is open
2016-06-08 Zachary YedidiaCreate tab struct and reorganize tab bar
2016-06-08 Zachary YedidiaMerge pull request #168 from onodera-punpun/syntax_css
2016-06-08 Zachary YedidiaTab bar and support for opening multiple files
2016-06-08 Zachary YedidiaFix multiline remove in lineArray
2016-06-08 Zachary YedidiaAdd DeleteLine binding
2016-06-07 Zachary YedidiaFix bug with pasting with new Location system
2016-06-07 Zachary YedidiaAdd more descriptive error message if there is an error...
2016-06-07 Zachary YedidiaFix glitch with undo
2016-06-07 Zachary YedidiaMinor fix
2016-06-07 Zachary YedidiaFix bug with Move()
next