ivy.nvim/lua/ivy
Ade Attwood c9ce8ac4d1 feat: implement emacs bindings for the prompt like bash
Now the prompt will act like the default bash readline with emacs key
bindings, clear and delete word.

You can now also move left and right in the prompt to insert chars in
the middle of the prompt rather than having to delete your search term
and start again.
2022-07-24 12:50:30 +01:00
..
controller.lua feat: add highlight on matching chars in results buffer 2022-07-23 20:53:07 +01:00
libivy.lua feat: add initial implementation of cpp file finder 2022-07-23 08:49:45 +01:00
prompt.lua feat: implement emacs bindings for the prompt like bash 2022-07-24 12:50:30 +01:00
utils.lua feat: implement IvyLines to search the lines in the current buffer 2022-07-23 20:30:14 +01:00
window.lua feat: implement emacs bindings for the prompt like bash 2022-07-24 12:50:30 +01:00