]> git.lizzy.rs Git - micro.git/history - cmd/micro/bindings.go
Rewrite gofmt and goimports as plugins
[micro.git] / cmd / micro / bindings.go
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