]> git.lizzy.rs Git - micro.git/shortlog
micro.git
2016-04-30 Zachary YedidiaUse a map for settings instead of a struct
2016-04-29 Zachary YedidiaUpdate readme
2016-04-29 Zachary YedidiaMerge
2016-04-29 Zachary YedidiaAdd bindings for shiftup and shiftdown
2016-04-28 Zachary YedidiaUpdate readme and help
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 YedidiaUpdate makefile
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 YedidiaUpdate help
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 YedidiaUpdate todolist
2016-04-24 Zachary YedidiaMerge
2016-04-24 Zachary YedidiaAdded StartOfLine and EndOfLine actions
2016-04-24 Zachary YedidiaDelete configuration section (included in the help...
2016-04-24 Zachary YedidiaUpdate readme
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 YedidiaMention minimum go version in readme
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 YedidiaFix build error
2016-04-23 Zachary YedidiaRework the bindings as keys bound to actions
2016-04-23 Zachary YedidiaFix SelectLine
2016-04-23 Zachary YedidiaFix makefile
2016-04-23 Zachary YedidiaMerge
2016-04-23 Zachary YedidiaFix autoindent setting
2016-04-23 Zachary YedidiaMerge pull request #62 from aerth/patch-1
2016-04-23 aerthignore binary explicitly
2016-04-22 Zachary YedidiaFix selection highlighting
2016-04-22 Zachary YedidiaFix elementary mouse issue
2016-04-22 Zachary YedidiaFix horizontal scrolling
2016-04-22 Zachary YedidiaMerge pull request #58 from aerth/toggle-line-numbers
2016-04-22 aerthAdd ruler to possibleSettings
2016-04-22 aerthToggle line numbers
2016-04-22 Zachary YedidiaExpand ~ in file opening
2016-04-22 Zachary YedidiaPossible fix for elementary mouse issue
2016-04-21 Zachary YedidiaFix makefile
2016-04-21 Zachary YedidiaAdd nicer deleting for soft tabs
2016-04-21 Zachary YedidiaAutomatically update tcell every time make is run
2016-04-21 Zachary YedidiaMerge pull request #55 from OneOfOne/patch-1
2016-04-21 Ahmed Wtypos in solarized-tc.micro
2016-04-21 Zachary YedidiaUpdate readme
2016-04-21 Zachary YedidiaMerge pull request #52 from gitter-badger/gitter-badge
2016-04-21 The Gitter... Add Gitter badge
2016-04-21 Zachary YedidiaFix windows binary links
2016-04-21 Zachary YedidiaAdd auto indent
2016-04-21 Zachary YedidiaSet last visual x after SetLoc is called
2016-04-20 Zachary YedidiaRemove unused syntax highlighting code and optimize...
2016-04-20 Zachary YedidiaMerge
2016-04-20 Zachary YedidiaDon't adjust mouse coordinates
2016-04-20 Zachary YedidiaSet encoding fallback to ASCII
2016-04-20 Zachary YedidiaMerge
2016-04-20 Zachary YedidiaMuch improved terminal mode (Ctrl-b)
2016-04-19 Zachary YedidiaMerge pull request #44 from aerth/fork1
2016-04-19 Zachary YedidiaAdd OpenBuffer() function to View
2016-04-19 aerthstdout and stderr buffers for command execution
2016-04-19 Zachary YedidiaUpdate binary table
2016-04-19 Zachary YedidiaUse a buffer for help screen
2016-04-19 Zachary YedidiaUse variadic args for messenger Message and Error
2016-04-19 Zachary YedidiaAdd -version option
2016-04-19 Zachary YedidiaAdd option to save and quit
2016-04-19 Zachary YedidiaMerge pull request #32 from aerth/fork
2016-04-19 Zachary YedidiaUpdate cross compilation script for more systems
2016-04-19 aerthshell command output is held in buffer until completion
2016-04-19 aerthboss mode: Single line output stays in messenger, multi...
2016-04-19 aerthDisplay nonblank output on full screen
2016-04-19 aerthBoss mode
2016-04-19 Zachary YedidiaFix end key behavior
2016-04-18 Zachary YedidiaAdd support for other encodings
2016-04-18 Zachary YedidiaUpdate readme
2016-04-18 Zachary YedidiaChange the help binding to Ctrl-g from Ctrl-h
2016-04-18 Zachary YedidiaFix IsDirty
2016-04-18 Zachary YedidiaMore comments and a slight optimization for syntax...
next