]> git.lizzy.rs Git - micro.git/history - cmd/micro/cursor.go
Copy to primary clipboard for any change in selection
[micro.git] / cmd / micro / cursor.go
2016-09-05 Zachary YedidiaCopy to primary clipboard for any change in selection
2016-08-26 Zachary YedidiaMerge pull request #213 from zyedidia/local-settings
2016-08-25 Zachary YedidiaAdd local settings for each buffer
2016-08-20 Zachary YedidiaSlight additional improvement to word movement
2016-08-20 Zachary YedidiaImprove cursor word movement
2016-08-17 Zachary YedidiaMerge pull request #209 from onodera-punpun/coloredline
2016-08-02 Zachary YedidiaPressing tab on a selection indents the selection
2016-06-08 Zachary YedidiaMerge pull request #168 from onodera-punpun/syntax_css
2016-06-07 Zachary YedidiaReplace rope with lineArray
2016-06-04 Zachary YedidiaProper support for double width characters
2016-06-01 Zachary YedidiaSmall improvement to line selection
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-29 Zachary YedidiaCheck if the file being edited has been modified by...
2016-05-29 Zachary YedidiaAdd persistent undo as the option
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-27 Zachary YedidiaMerge pull request #139 from onodera-punpun/undo_option
2016-05-24 Zachary YedidiaDo a bounds check for charpos function
2016-05-22 Zachary YedidiaMerge pull request #130 from onodera-punpun/center_search
2016-05-22 Zachary YedidiaStore cursor and eventhandler in buffer instead of...
2016-05-07 Zachary YedidiaUse rope substring instead of report
2016-05-06 Zachary YedidiaAdd the text member back.
2016-05-06 Zachary YedidiaMerge pull request #82 from zyedidia/plugins
2016-05-05 Zachary YedidiaRewrite gofmt and goimports as plugins
2016-05-05 Zachary YedidiaSmall optimization
2016-05-04 Zachary YedidiaOptimization for buffer text
2016-04-30 Zachary YedidiaFix differences between selection with keys and with...
2016-04-30 Zachary YedidiaMerge
2016-04-30 Zachary YedidiaIf a setting is not defined, use the default, not the...
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-27 Zachary YedidiaMerge branch 'elementary-mouse'
2016-04-27 Zachary YedidiaImprove word movement behavior
2016-04-27 Zachary YedidiaMerge branch 'arrow-bindings'
2016-04-27 Zachary YedidiaMinor cleanup
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-24 Zachary YedidiaRelocate cursor on reOpen()
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 aerthcut lines into clipboard
2016-04-23 Zachary YedidiaFix SelectLine
2016-04-21 Zachary YedidiaFix windows binary links
2016-04-21 Zachary YedidiaSet last visual x after SetLoc is called
2016-04-18 Zachary YedidiaMerge pull request #14 from aerth/master
2016-04-18 aerthnow is go gettable and updated make file