]> git.lizzy.rs Git - micro.git/history - cmd/micro/search.go
search: Only update lastSearch on ENTER
[micro.git] / cmd / micro / search.go
2017-10-16 Pranav Rajasearch: Only update lastSearch on ENTER
2017-09-09 Zachary YedidiaMerge pull request #805 from techtonik/patch-2
2017-09-08 Zachary YedidiaSet OrigSelection during search
2017-07-12 Zachary YedidiaMerge pull request #720 from bvaudour/master
2017-07-08 Zachary YedidiaOptimize search
2017-04-02 Zachary YedidiaMerge
2017-03-31 Zachary YedidiaRelocate cursor on search
2017-03-27 Zachary YedidiaMerge branch 'view-refactor'
2017-03-27 Zachary YedidiaMerge branch 'master' into view-refactor
2017-02-26 Zachary YedidiaUse new syntax highlighting engine from zyedidia/highlight
2016-12-25 Zachary YedidiaMerge pull request #507 from NicolaiSoeborg/master
2016-12-22 Zachary YedidiaMerge pull request #488 from McSwaggens/removewhitespac...
2016-12-22 Zachary YedidiaMerge pull request #499 from 10sr/addrmtrailingws
2016-12-22 Zachary YedidiaMerge pull request #489 from november-eleven/refactor...
2016-12-18 Zachary YedidiaMerge pull request #502 from samdmarshall/master
2016-12-18 Samantha Marshallpreventing messages from over-writing the current promp...
2016-10-19 Zachary YedidiaMerge pull request #425 from adrianvoica/master
2016-10-13 Zachary YedidiaMerge pull request #409 from ilius/pr02.improve_search_...
2016-10-12 Saeed RasooliImprovement: improve Search behaviour, and Escape key...
2016-09-07 Zachary YedidiaMerge branch 'master' of https://github.com/to-miz...
2016-09-06 Zachary YedidiaMerge branch 'params' of https://github.com/boombuler...
2016-09-05 Zachary YedidiaMerge
2016-09-05 Zachary YedidiaMerge branch 'primary-clipboard'
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-19 Zachary YedidiaMove cursor with search selection
2016-08-18 Zachary YedidiaFix some issues with unicode handling
2016-06-08 Zachary YedidiaMerge pull request #168 from onodera-punpun/syntax_css
2016-06-07 Zachary YedidiaReplace rope with lineArray
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-27 Zachary YedidiaMerge pull request #139 from onodera-punpun/undo_option
2016-05-25 Zachary YedidiaFix highlighting and searching with unicode characters
2016-05-20 Camille Scholtzsimplify scrollmargins
2016-05-20 Camille ScholtzAdd scrollmargin option, rename scrollSpeed to scrollsp...
2016-05-20 Camille ScholtzAdd padding to relocate func (fixes weird scrolling...
2016-05-20 Zachary YedidiaMerge branch 'duplicate' of https://github.com/onodera...
2016-05-20 Zachary YedidiaMerge
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 Camille ScholtzAdd ignorecase option
2016-05-18 Camille Scholtzsearch case insensitive
2016-05-17 Zachary YedidiaMerge pull request #111 from onodera-punpun/fix_jump
2016-05-17 Zachary YedidiaMerge pull request #110 from onodera-punpun/indentchar
2016-05-17 Zachary YedidiaFix find where the match indicies are the same
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-06 Zachary YedidiaMerge pull request #97 from aerth/patch02
2016-05-06 aerthHint at ^P and ^N after finding
2016-05-05 Zachary YedidiaRewrite gofmt and goimports as plugins
2016-05-04 Zachary YedidiaOptimization for buffer text
2016-04-27 Zachary YedidiaMerge branch 'elementary-mouse'
2016-04-27 Zachary YedidiaMerge branch 'arrow-bindings'
2016-04-26 Zachary YedidiaStarting to add more mappings for arrow keys
2016-04-18 Zachary YedidiaMerge pull request #14 from aerth/master
2016-04-18 aerthnow is go gettable and updated make file