aboutsummaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Expand)AuthorFilesLines
2016-11-14vis-lua: add vis.ui.colors denoting the number of available colorsMarc André Tanner1-0/+2
2016-11-11vis: add `:set shell` optionMarc André Tanner1-0/+4
2016-11-10vis-lua: change misnamed attribute values of `file.newlines`Marc André Tanner1-1/+1
2016-11-10vis: split `:set show <option>` into separate optionsMarc André Tanner1-5/+3
2016-11-09README: Fix instructions for lexers and themesKlemens Nanni1-3/+3
2016-11-09Use nicer IRC badge in READMEMarc André Tanner1-1/+1
2016-11-09Add another useless badge to the READMEMarc André Tanner1-1/+2
2016-09-19vis-lua: document lua file close eventMarc André Tanner1-0/+1
2016-09-19vis-lua: expose file save event to luaMarc André Tanner1-0/+1
2016-09-19vis-lua: expose file open event to luaMarc André Tanner1-0/+1
2016-08-24vis-lua: add win:draw() functionMarc André Tanner1-0/+1
2016-08-24vis: overhaul input queue handlingMarc André Tanner1-1/+1
2016-08-07Mention POSIX.1-2008 as a requirement in READMEMarc André Tanner1-2/+3
2016-05-24vis-lua: cleanup Lua status bar display codeMarc André Tanner1-1/+1
2016-05-22vis-lua: add win:status functionMarc André Tanner1-0/+1
2016-05-22vis-lua: add vis.recording propertyMarc André Tanner1-0/+1
2016-05-22vis-lua: add window.{width, height} read only propertiesMarc André Tanner1-0/+1
2016-05-22vis-lua: add vis.VERSION propertyMarc André Tanner1-0/+1
2016-05-22vis-lua: add window.viewport rangeMarc André Tanner1-0/+1
2016-05-22vis-lua: add bindings for new view style functionsMarc André Tanner1-0/+2
2016-05-22We don't use slmenu, so don't mention it.Tim Allen1-3/+2
2016-05-14vis-lua: add win:map function for window local key mappingsMarc André Tanner1-0/+1
2016-05-04vis-lua: add new theme_change event hookMarc André Tanner1-0/+1
2016-05-04note that primary cursor is not blinkingErlend Fagerheim1-1/+2
2016-05-01vis-lua: expose vis:feedkeys APIMarc André Tanner1-0/+1
2016-04-29vis: move non-configuration sections out of visrc.lua into vis.luaMarc André Tanner1-0/+1
2016-04-26vis-lua: add file.modified propertyMarc André Tanner1-0/+1
2016-04-23Mention NixOS package in READMEMarc André Tanner1-0/+1
2016-04-21vis-lua: allow selection modification by assigning to cursor.selectionMarc André Tanner1-1/+1
2016-04-21vis-lua: implement vis:message(msg)Marc André Tanner1-1/+2
2016-04-21vis-lua: also accept a range as argument for file:delete and file:contentMarc André Tanner1-7/+11
2016-04-21vis-lua: add vis:command_register to map a Lua function to a :-commandMarc André Tanner1-0/+1
2016-04-19vis: add :set horizon optionDavid B. Lamkins1-0/+4
2016-04-19Integrate vis-test git submoduleMarc André Tanner1-3/+3
2016-04-17Mention #vis-editor IRC channel in READMEMarc André Tanner1-0/+3
2016-04-17Mention slmenu(1) in READMEMarc André Tanner1-1/+3
2016-04-16vis-lua: add vis.mode propertyMarc André Tanner1-0/+1
2016-04-16vis-lua: update API documentaiton in READMEMarc André Tanner1-1/+3
2016-04-16vis-lua: add cursor.selection propertyMarc André Tanner1-0/+1
2016-04-16vis-lua: add window.cursors[] arrayMarc André Tanner1-0/+1
2016-04-16vis-lua: add window.cursors_iterator functionMarc André Tanner1-0/+1
2016-04-16vis-lua: add cursor.number propertyMarc André Tanner1-0/+1
2016-04-15vis-lua: change cursor object implementationMarc André Tanner1-2/+2
2016-04-15vis-lua: add file.size to return file size in bytesMarc André Tanner1-0/+1
2016-04-15vis-lua: add file.newlines to detect type of new linesMarc André Tanner1-0/+1
2016-04-14Merge branch 'package-smgl' of https://github.com/vaygr/visMarc André Tanner1-0/+1
2016-04-13vis: make = operator an alias for gq, both currently use fmt(1)Marc André Tanner1-1/+2
2016-04-12Add "[(" and "])" motions for jumping to a parenthese pair's start/endRob Pilling1-0/+2
2016-04-12Add "[{" and "]}" motions to jump to a block's start/endRob Pilling1-0/+2
2016-04-12README.md: add coverity scan build status badgeMarc André Tanner1-2/+2