You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nvim-libmodal/examples/lua
Iron-E 1ecc4add3b
feat: `Mode:exit` (#30)
* fix(Mode): adapt to changes in `timeoutlen`

* feat(libmodal): do `self:exit()` inside callback

* docs: `Mode:exit`

* style: .editorconfig

* docs(libmodal): fix broken example

* feat(Mode): `self:switch`

* docs: `Mode:switch`

* feat(libmodal): `mode.switch`

Wraps `Mode:switch` for convenience

* docs: `libmodal.mode.switch`

* docs(examples): `*.switch`
4 months ago
..
keymaps-manually.lua perf: general improvements 1 year ago
keymaps-submode.lua style(examples): inline keymaps-submode instruction 1 year ago
keymaps-supress-exit.lua feat: `Mode:exit` (#30) 4 months ago
keymaps.lua feat: `Mode:exit` (#30) 4 months ago
layer-simple.lua docs: make comments conform in case 2 years ago
layer.lua test(layer): can be used multiple times 1 year ago
prompt-callback.lua fix(examples): unset `fooModeExit` before first run 1 year ago
prompt-commands.lua fix(examples): unset `fooModeExit` before first run 1 year ago
submodes.lua docs: make comments conform in case 2 years ago
supress-exit.lua docs: make comments conform in case 2 years ago