diff --git a/README.md b/README.md index d2fb9b1..eb0532d 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,13 @@ Action can be run on selected candidates provide functionality | Next Checkpoint| \ |Move to the next candidate and keep Ivy open and focussed | | Previous Checkpoint| \|Move to the previous candidate and keep Ivy open and focussed | +Add your own keymaps for an action by adding a `ftplugin/ivy.lua` file in your config. +Just add a simple keymap like this: + +```lua +vim.api.nvim_set_keymap( "n", "", "lua vim.ivy.destroy()", { noremap = true, silent = true, nowait = true }) +``` + ## API