aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/keys.lua
Commit message (Expand)AuthorAge
* Updated copyright year.Gravatar mitchell2022-01-31
* Added support for Gleam.Gravatar mitchell2021-06-01
* Initial pass reformatting all code.Gravatar mitchell2021-04-11
* Added support for TypeScript.Gravatar mitchell2021-02-11
* Updated copyright information.Gravatar mitchell2021-01-29
* Added Xs support.Gravatar mitchell2021-01-12
* Added systemd support.Gravatar mitchell2021-01-12
* Added Spin support.Gravatar mitchell2021-01-12
* Added RouterOS support.Gravatar mitchell2021-01-12
* Added fstab support.Gravatar mitchell2021-01-12
* Added systemd-networkd support.Gravatar mitchell2021-01-12
* Added Zig support.Gravatar mitchell2021-01-12
* Added Reason support.Gravatar mitchell2021-01-11
* Added Pony support.Gravatar mitchell2021-01-11
* Added Meson support.Gravatar mitchell2021-01-11
* Added Julia support.Gravatar mitchell2021-01-11
* Added Fantom support.Gravatar mitchell2021-01-11
* Added Elm support.Gravatar mitchell2021-01-11
* Added Clojure support.Gravatar mitchell2021-01-11
* Fill `keys` and `snippet` tables with language-specific tables on init.Gravatar mitchell2020-11-10
* Code cleanup.Gravatar mitchell2020-10-20
* Updated copyright information.Gravatar mitchell2020-09-29
* Lots of documentation updates.Gravatar mitchell2020-09-13
* Small code cleanup.Gravatar mitchell2020-09-04
* Added `keys.KEYSYMS` representations to LuaDoc.Gravatar mitchell2020-08-21
* Use "terminal version" instead of "curses" for more consistency.Gravatar mitchell2020-08-18
* Updated some documentation and use macOS instead of Mac OSX.Gravatar mitchell2020-08-17
* Try to avoid using `lexer` as a string, as it overshadows the `lexer` module.Gravatar mitchell2020-08-04
* Fixed `keys.keychain` access if #keychain > 1.Gravatar mitchell2020-07-29
* Changed keybinding modifier keys.Gravatar mitchell2020-06-28
* Update LuaDoc.Gravatar mitchell2020-03-16
* Renamed `keys.MODE` to `keys.mode`.Gravatar mitchell2020-03-16
* More code cleanup, refactoring, and reformatting.Gravatar mitchell2020-03-14
* Core code cleanup, reformat, refactoring, and bugfixes.Gravatar mitchell2020-03-10
* Added test suite and API type checking for more helpful error messages.Gravatar mitchell2020-03-03
* Small code cleanup.Gravatar mitchell2020-02-26
* Updated copyright year.Gravatar mitchell2019-12-31
* Updated copyright year.Gravatar mitchell2019-02-16
* Updated copyright year.Gravatar mitchell2018-01-25
* Updated copyright information.Gravatar mitchell2016-12-31
* Discard Alt/option modifier for composed ASCII symbols; core/keys.luaGravatar mitchell2016-09-29
* Fixed caps lock key handling.Gravatar mitchell2016-08-11
* Removed handling of tables as key/menu commands; use functions only.Gravatar mitchell2016-06-15
* Renamed "snapopen" to "quick open" in APIs and menus.Gravatar mitchell2016-06-15
* Code cleanup.Gravatar mitchell2016-04-02
* Updated copyright date.Gravatar mitchell2015-12-31
* Lua code cleanup.Gravatar mitchell2015-03-12
* Removed `keys.LANGUAGE_MODULE_PREFIX` key binding.Gravatar mitchell2015-03-12
* Updated to Lua 5.3, LPeg 0.12.2, and lfs 1.6.3.Gravatar mitchell2015-03-11
* Temporarily restore definition of `keys.LANGUAGE_MODULE_PREFIX`.Gravatar mitchell2015-03-11