]> git.lizzy.rs Git - micro.git/history - cmd
Add ignorecase option
[micro.git] / cmd /
2016-05-18 Camille ScholtzAdd ignorecase option
2016-05-18 Camille Scholtzsearch case insensitive
2016-05-18 Zachary YedidiaFix selection graphics for indentchar
2016-05-18 Zachary YedidiaFix ordering of selection on SelectAll
2016-05-17 Zachary YedidiaFix small bug in Remove function in buffer
2016-05-17 Zachary YedidiaMerge pull request #115 from onodera-punpun/copypaste_f...
2016-05-17 Camille ScholtzAdd copy feedback
2016-05-17 Zachary YedidiaRemove some unnecessary code
2016-05-17 Zachary YedidiaMerge pull request #111 from onodera-punpun/fix_jump
2016-05-17 CamilleChange relocate from true to false
2016-05-17 Zachary YedidiaFix capitalization of scrollSpeed option
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-17 Zachary YedidiaMerge pull request #112 from onodera-punpun/customizabl...
2016-05-17 Camille ScholtzAdd scrollspeed option
2016-05-17 Camille ScholtzRename indent-line to indent-char, change default value...
2016-05-17 Camille ScholtzFix jumping in rxvt-unicode when switching focus
2016-05-17 Camille ScholtzAdd indent character option
2016-05-15 Zachary YedidiaMerge
2016-05-15 Zachary YedidiaAdd statusline option
2016-05-15 Zachary YedidiaMerge pull request #102 from icybolts/saving-fix
2016-05-15 Dante Swiftsaving now resets buffer IsModified to false
2016-05-14 Zachary YedidiaSimplify IsDirty check
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 YedidiaUpdate runtime
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 linter option
2016-05-05 Zachary YedidiaAdd automatic linting for Go, Python, C, D, Java, Javas...
2016-05-05 Zachary YedidiaAdd linter plugin to easily make linters
2016-05-05 Zachary YedidiaImproved error parsing and use warnings for golint...
2016-05-05 Zachary YedidiaHave go plugin create its own options
2016-05-05 Zachary YedidiaFix build error
2016-05-05 Zachary YedidiaFix gutter message line counting
2016-05-05 Zachary YedidiaRefine gutter messages and add go build checking to...
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-05-03 Zachary YedidiaUpdate screenshot and status line
2016-05-02 Zachary YedidiaAdd R syntax file
2016-05-02 Zachary YedidiaUse tcell's EventPaste to capture paste from the OS
2016-05-02 Zachary YedidiaDefault setting for tabsize should be float64 not int
2016-05-01 Zachary YedidiaUse hash for savedText instead of full string
2016-05-01 Zachary YedidiaDon't store buffer in text event
2016-04-30 Zachary YedidiaRemove unnecessary check for selection
2016-04-30 Zachary YedidiaFix differences between selection with keys and with...
2016-04-30 Zachary YedidiaChange selection color in solarized colorscheme
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
2016-04-30 Zachary YedidiaConstrain help text to 80 columns
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 YedidiaMerge branch 'gutter-messages'
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 YedidiaImprove word movement behavior
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-26 Zachary YedidiaAlso use KeyBackspace for deleting in prompt
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 YedidiaRelocate cursor on reOpen()
2016-04-24 Zachary YedidiaAdd check flag for search and replace
2016-04-24 Zachary YedidiaFix terminal mode panic
2016-04-24 Zachary YedidiaUse reflection for setting options
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 YedidiaImprove help text
2016-04-24 Zachary YedidiaImprove help text and move to its own file
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
next