From d19bdc4dfd6ab4b9529d3ef60078b8de387255b0 Mon Sep 17 00:00:00 2001 From: Arne Van Maele Date: Sat, 15 Jun 2024 10:24:35 +0200 Subject: [PATCH] feat: add keymaps for actions --- README.md | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index a5884e4..d2fb9b1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@
-ivy.vim +ivy.vim

@@ -80,12 +80,20 @@ A command can be run that will launch the completion UI Action can be run on selected candidates provide functionality -| Action | Description | -| -------------- | ------------------------------------------------------------------------------ | -| Complete | Run the completion function, usually this will be opening a file | -| Peek | Run the completion function on a selection, but don't close the results window | -| Vertical Split | Run the completion function in a new vertical split | -| Split | Run the completion function in a new split | +| Action | Key Map | Description | +| -------------- | ----------- | ------------------------------------------------------------------------------ | +| Complete | \ |Run the completion function, usually this will be opening a file | +| Peek | not implemented yet |Run the completion function on a selection, but don't close the results window | +| Vertical Split | \ |Run the completion function in a new vertical split | +| Split | \ |Run the completion function in a new split | +| Destroy | \ |Close the results window | +| Clear | \ |Clear the results window | +| Delete word | \ |Delete the word under the cursor | +| Next | \ |Move to the next candidate | +| Previous | \ |Move to the previous candidate | +| 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 | + ## API