]> git.lizzy.rs Git - micro.git/history - cmd/micro/bindings.go
Improvement: improve Search behaviour, and Escape key behaviour
[micro.git] / cmd / micro / bindings.go
2016-10-12 Saeed RasooliImprovement: improve Search behaviour, and Escape key...
2016-10-12 Zachary YedidiaMerge
2016-10-12 Zachary YedidiaMerge pull request #407 from ilius/pr01.move_up_down
2016-10-12 Saeed RasooliFeature: add MoveLinesUp (Alt + Up) and MoveLinesDown...
2016-10-05 Zachary YedidiaMerge pull request #378 from boombuler/pm
2016-10-04 Zachary YedidiaAdd 'Unsplit' action and VSplit and HSplit actions
2016-10-01 boombulerMerge remote-tracking branch 'zyedidia/master' into pm
2016-09-29 Zachary YedidiaSwitch to my fork of json5
2016-09-26 boombulerMerge remote-tracking branch 'zyedidia/master' into pm
2016-09-26 Zachary YedidiaFix typo
2016-09-26 Zachary YedidiaFix problems recognizing CtrlH
2016-09-18 Zachary YedidiaMerge
2016-09-16 Zachary YedidiaMerge pull request #334 from techtonik/filemanagers
2016-09-10 Zachary YedidiaMerge pull request #316 from elopio/snapcraft
2016-09-07 anatoly techtonikUsability integration with file managers
2016-09-07 Zachary YedidiaMerge branch 'master' of https://github.com/to-miz...
2016-09-06 Zachary YedidiaMerge
2016-09-06 Zachary YedidiaMerge branch 'params' of https://github.com/boombuler...
2016-09-06 Zachary YedidiaAdd support for macros
2016-09-05 Zachary YedidiaMerge
2016-09-05 Zachary YedidiaMerge branch 'primary-clipboard'
2016-09-05 Zachary YedidiaMerge pull request #283 from boombuler/autocompleteplugin
2016-09-04 Zachary YedidiaMerge pull request #298 from boombuler/bug269
2016-09-03 Zachary YedidiaMerge pull request #286 from boombuler/bug269
2016-09-03 Zachary YedidiaMerge pull request #282 from boombuler/windows
2016-09-03 Zachary YedidiaAdd default bindings for CtrlHome and CtrlEnd
2016-09-02 Zachary YedidiaMerge
2016-09-02 Zachary YedidiaUse json5 for config files
2016-09-02 Zachary YedidiaAdd support for primary clipboard
2016-08-31 Zachary YedidiaMerge pull request #233 from schollz/master
2016-08-30 Zachary YedidiaAdd QuitAll action to close all splits and tabs at...
2016-08-24 Zachary YedidiaAdd center action to center the view on the cursor
2016-08-17 Zachary YedidiaAdd boolean option to actions to disable the lua callback
2016-08-17 Zachary YedidiaMerge pull request #209 from onodera-punpun/coloredline
2016-08-16 Zachary YedidiaRebind Home and End to StartOfLine and EndOfLine
2016-08-08 Zachary YedidiaBind OutdentSelection to ShiftTab (Backtab)
2016-08-07 Zachary YedidiaBindings for IndentSelection and OutdentSelection
2016-07-10 Zachary YedidiaSeparate bindings and actions into two files
2016-07-09 Zachary YedidiaMerge pull request #185 from zyedidia/splits
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-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-25 Zachary YedidiaAdd feedback to save with sudo
2016-06-09 Zachary YedidiaAdd file completion to OpenFile (CtrlO) with tab
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 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 YedidiaAdd DeleteLine binding
2016-06-07 Zachary YedidiaReplace rope with lineArray
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-05-31 Zachary YedidiaMake CursorPageUp and CursorPageDown default
2016-05-31 Zachary YedidiaMerge
2016-05-31 Zachary YedidiaMerge pull request #150 from jtolds/master
2016-05-31 JT OldsAdd CursorPageUp and CursorPageDown actions
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
2016-05-28 Zachary YedidiaAdd history navigation with up and down arrows
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-28 Zachary YedidiaMake Quit() close help if its open and not the whole...
2016-05-28 Zachary YedidiaIndicate correct help binding in status line
2016-05-28 Zachary YedidiaRefactor and clean up
2016-05-27 Zachary YedidiaMerge pull request #139 from onodera-punpun/undo_option
2016-05-24 Zachary YedidiaMake sure there is a selection before deleting it
2016-05-22 Zachary YedidiaFix tabstospaces problem
2016-05-22 Zachary YedidiaMerge pull request #130 from onodera-punpun/center_search
2016-05-22 Zachary YedidiaAdd ability to bind alt keys
2016-05-22 Zachary YedidiaStore cursor and eventhandler in buffer instead of...
2016-05-20 Zachary YedidiaMerge branch 'onodera-punpun-duplicate'
2016-05-20 Zachary YedidiaMerge branch 'duplicate' of https://github.com/onodera...
2016-05-20 Zachary YedidiaFix ctrl modifiers
2016-05-20 Zachary YedidiaMerge
2016-05-20 Zachary YedidiaUse the new and updated version of tcell
2016-05-19 Camille ScholtzGive shortcuts more message feedback, add duplicate...
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 Zachary YedidiaMerge pull request #120 from aerth/clearmsg
2016-05-18 aerthadd binding for ClearStatus
2016-05-18 Zachary YedidiaFix ordering of selection on SelectAll
2016-05-17 Zachary YedidiaMerge pull request #115 from onodera-punpun/copypaste_f...
2016-05-17 Camille ScholtzAdd copy feedback
2016-05-06 Zachary YedidiaMerge pull request #82 from zyedidia/plugins
2016-05-06 Zachary YedidiaMerge pull request #97 from aerth/patch02
2016-05-06 aerthHint at ^P and ^N after finding
2016-05-05 Zachary YedidiaAdd hooks for every action that's bindable
2016-05-05 Zachary YedidiaAdd default plugins, and install go plugin by default
2016-05-05 Zachary YedidiaLoad plugins from ~/.config/micro/plugins
2016-05-05 Zachary YedidiaRewrite gofmt and goimports as plugins
next