]> git.lizzy.rs Git - micro.git/history - cmd/micro/view.go
Add scrollmargin option, rename scrollSpeed to scrollspeed for consistency, make...
[micro.git] / cmd / micro / view.go
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 Camille ScholtzAdd a bit of "padding" to relocate
2016-05-20 Zachary YedidiaMerge branch 'duplicate' of https://github.com/onodera...
2016-05-20 Zachary YedidiaMerge
2016-05-20 Zachary YedidiaUse the new and updated version of tcell
2016-05-18 Zachary YedidiaFix selection graphics for indentchar
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 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-14 Zachary YedidiaSimplify IsDirty check
2016-05-06 Zachary YedidiaMerge pull request #82 from zyedidia/plugins
2016-05-05 Zachary YedidiaAdd linter option
2016-05-05 Zachary YedidiaImproved error parsing and use warnings for golint...
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 YedidiaRewrite gofmt and goimports as plugins
2016-05-05 Zachary YedidiaInterface with plugin.lua file
2016-05-05 Zachary YedidiaSmall optimization
2016-05-03 Zachary YedidiaUpdate screenshot and status line
2016-05-02 Zachary YedidiaUse tcell's EventPaste to capture paste from the OS
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 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 '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 YedidiaMerge branch 'arrow-bindings'
2016-04-26 Zachary YedidiaStarting to add more mappings for arrow keys
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 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-23 Zachary YedidiaMerge pull request #68 from zyedidia/custom-bindings
2016-04-23 Zachary YedidiaRework the bindings as keys bound to actions
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 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 YedidiaAdd nicer deleting for soft tabs
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-19 Zachary YedidiaMerge pull request #44 from aerth/fork1
2016-04-19 Zachary YedidiaAdd OpenBuffer() function to View
2016-04-19 Zachary YedidiaAdd option to save and quit
2016-04-19 Zachary YedidiaFix end key behavior
2016-04-18 Zachary YedidiaChange the help binding to Ctrl-g from Ctrl-h
2016-04-18 Zachary YedidiaAdd bindings for Home and End keys
2016-04-18 Zachary YedidiaAdd tabsToSpaces option
2016-04-18 Zachary YedidiaPrevent panic if mouse y coordinate is below 0
2016-04-18 Zachary YedidiaMerge pull request #14 from aerth/master
2016-04-18 aerthnow is go gettable and updated make file