Closed Iron-E closed 4 months ago
This PR implements the ability to set a fallback for keymaps in a Mode. Here is an example:
libmodal.mode .new('FOO', {--[[your keymaps here]]}) :with_fallback(function (_, keys) vim.notify(vim.inspect(keys)) end) :enter()
Closes #39
This PR implements the ability to set a fallback for keymaps in a Mode. Here is an example:
Closes #39