]> git.lizzy.rs Git - micro.git/history - cmd/micro/bindings.go
Make tabs respond to mouse events
[micro.git] / cmd / micro / bindings.go
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 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
2016-05-05 Zachary YedidiaInterface with plugin.lua file
2016-05-05 Zachary YedidiaSmall optimization
2016-05-04 Zachary YedidiaOptimization for buffer text
2016-05-04 Zachary YedidiaSmall fix to relocation
2016-05-04 Zachary YedidiaMerge pull request #94 from aerth/line-jump
2016-05-04 aerthAdd Ctrl+L jump to line #, JumpLine()
2016-04-30 Zachary YedidiaFix differences between selection with keys and with...
2016-04-30 Zachary YedidiaFix selection bugs
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-29 Zachary YedidiaMerge
2016-04-29 Zachary YedidiaAdd bindings for shiftup and shiftdown
2016-04-27 Zachary YedidiaSupport different types of gutter messages
2016-04-27 Zachary YedidiaMerge branch 'elementary-mouse'
2016-04-27 Zachary YedidiaSimple support for gutter messages
2016-04-27 Zachary YedidiaMerge branch 'arrow-bindings'
2016-04-27 Zachary YedidiaMinor cleanup
2016-04-27 Zachary YedidiaAdd mappings for ctrl keys
2016-04-26 Zachary YedidiaCorrect word movement behavior
2016-04-26 Zachary YedidiaImprove WordRight and WordLeft bindings
2016-04-26 Zachary YedidiaStarting to add more mappings for arrow keys
2016-04-25 Zachary YedidiaMerge
2016-04-25 Zachary YedidiaMerge pull request #74 from harishnavnit/master
2016-04-25 R. Harish NavnitMake the Home and End key presses point the cursor...
2016-04-24 Zachary YedidiaUse methods on view instead of functions for bindings
2016-04-24 Zachary YedidiaMerge
2016-04-24 Zachary YedidiaFix PageUp and PageDown bindings
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 Zachary YedidiaMerge pull request #70 from aerth/cut-lines2
2016-04-24 aerthgofmt-on-save redone for new bindings
2016-04-24 aerthcut lines into clipboard
2016-04-24 Zachary YedidiaIf system clipboard is unsupported, use internal clipbo...
2016-04-24 Zachary YedidiaUse my fork of clipboard
2016-04-23 Zachary YedidiaMerge pull request #68 from zyedidia/custom-bindings
2016-04-23 Zachary YedidiaUse default binding for key if not specified
2016-04-23 Zachary YedidiaAdd delete key binding
2016-04-23 Zachary YedidiaLoad and save key bindings from bindings.json
2016-04-23 Zachary YedidiaRework the bindings as keys bound to actions