]> git.lizzy.rs Git - micro.git/history - cmd
Use file completion for command mode
[micro.git] / cmd /
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()
2016-06-07 Zachary YedidiaReplace rope with lineArray
2016-06-04 Zachary YedidiaProper support for double width characters
2016-06-04 Zachary YedidiaFix redraw bug
2016-06-02 Zachary YedidiaDon't display cursorline if there is a selection
2016-06-02 Zachary YedidiaRemove "Applying Diff" message on reopen
2016-06-02 Zachary YedidiaMerge
2016-06-02 Zachary YedidiaAdd simple way to save with sudo if you forgot to open...
2016-06-02 Zachary YedidiaMerge pull request #154 from jtolds/master
2016-06-02 JT Oldschainable actions and flexible modifiers
2016-06-01 Zachary YedidiaSmall improvement to line selection
2016-06-01 Zachary YedidiaAdd cursorline option
2016-06-01 Zachary YedidiaMerge pull request #153 from aerth/simplify-go-get
2016-06-01 Zachary YedidiaFix redraw glitch
2016-05-31 Zachary YedidiaMake CursorPageUp and CursorPageDown default
2016-05-31 Zachary YedidiaMerge
2016-05-31 Zachary YedidiaFix redraw glitch
2016-05-31 Zachary YedidiaMerge pull request #150 from jtolds/master
2016-05-31 JT OldsAdd CursorPageUp and CursorPageDown actions
2016-05-31 Zachary YedidiaScreen redraw optimization
2016-05-31 Zachary YedidiaAllow changes from external programs to be undone
2016-05-30 Zachary YedidiaFix bug with on reopen
2016-05-30 Zachary YedidiaRefactor ReOpen function
2016-05-30 Zachary YedidiaAdd support for user-created commands
2016-05-30 Zachary YedidiaAdd ability to bind lua functions defined in plugins
2016-05-29 Zachary YedidiaAdd DeleteWordRight and DeleteWordLeft bindings
next