summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Expand)Author
2016-12-06Reorganize READMEMarc André Tanner
2016-11-28sam: introduce `m as an address refering to mark mMarc André Tanner
2016-11-28vis-lua: add file.path property denoting the absolute path to the fileMarc André Tanner
2016-11-22vis: add `:set escdelay nn` optionMarc André Tanner
2016-11-22vis-lua: introduce pre-save hookMarc André Tanner
2016-11-22vis-lua: pass path as second argument to file_save_post event hookMarc André Tanner
2016-11-21vis-lua: rename file_save event to file_save_postMarc André Tanner
2016-11-21sam: change default addresses used for commands in normal modeMarc André Tanner
2016-11-17Add code coverage badge to the READMEMarc André Tanner
2016-11-15Fix documentation regarding Lua paths in README and manual pageMarc André Tanner
2016-11-15vis: move initial theme loading code to luaMarc André Tanner
2016-11-14vis-lua: add vis.ui.colors denoting the number of available colorsMarc André Tanner
2016-11-11vis: add `:set shell` optionMarc André Tanner
2016-11-10vis-lua: change misnamed attribute values of `file.newlines`Marc André Tanner
2016-11-10vis: split `:set show <option>` into separate optionsMarc André Tanner
2016-11-09README: Fix instructions for lexers and themesKlemens Nanni
2016-11-09Use nicer IRC badge in READMEMarc André Tanner
2016-11-09Add another useless badge to the READMEMarc André Tanner
2016-09-19vis-lua: document lua file close eventMarc André Tanner
2016-09-19vis-lua: expose file save event to luaMarc André Tanner
2016-09-19vis-lua: expose file open event to luaMarc André Tanner
2016-08-24vis-lua: add win:draw() functionMarc André Tanner
2016-08-24vis: overhaul input queue handlingMarc André Tanner
2016-08-07Mention POSIX.1-2008 as a requirement in READMEMarc André Tanner
2016-05-24vis-lua: cleanup Lua status bar display codeMarc André Tanner
2016-05-22vis-lua: add win:status functionMarc André Tanner
2016-05-22vis-lua: add vis.recording propertyMarc André Tanner
2016-05-22vis-lua: add window.{width, height} read only propertiesMarc André Tanner
2016-05-22vis-lua: add vis.VERSION propertyMarc André Tanner
2016-05-22vis-lua: add window.viewport rangeMarc André Tanner
2016-05-22vis-lua: add bindings for new view style functionsMarc André Tanner
2016-05-22We don't use slmenu, so don't mention it.Tim Allen
2016-05-14vis-lua: add win:map function for window local key mappingsMarc André Tanner
2016-05-04vis-lua: add new theme_change event hookMarc André Tanner
2016-05-04note that primary cursor is not blinkingErlend Fagerheim
2016-05-01vis-lua: expose vis:feedkeys APIMarc André Tanner
2016-04-29vis: move non-configuration sections out of visrc.lua into vis.luaMarc André Tanner
2016-04-26vis-lua: add file.modified propertyMarc André Tanner
2016-04-23Mention NixOS package in READMEMarc André Tanner
2016-04-21vis-lua: allow selection modification by assigning to cursor.selectionMarc André Tanner
2016-04-21vis-lua: implement vis:message(msg)Marc André Tanner
2016-04-21vis-lua: also accept a range as argument for file:delete and file:contentMarc André Tanner
2016-04-21vis-lua: add vis:command_register to map a Lua function to a :-commandMarc André Tanner
2016-04-19vis: add :set horizon optionDavid B. Lamkins
2016-04-19Integrate vis-test git submoduleMarc André Tanner
2016-04-17Mention #vis-editor IRC channel in READMEMarc André Tanner
2016-04-17Mention slmenu(1) in READMEMarc André Tanner
2016-04-16vis-lua: add vis.mode propertyMarc André Tanner
2016-04-16vis-lua: update API documentaiton in READMEMarc André Tanner
2016-04-16vis-lua: add cursor.selection propertyMarc André Tanner