ivy.nvim/lua/ivy
Ade Attwood 5a0f037b71 feat: add the paste functionality into the ivy prompt
Now when you paste and you are in an ivy buffer the paste will be added
to the prompt not into the completion window. You can use your usual
paste key binding I.E. <SHIFT>+<INSERT> <CTRL>+<SHIFT>+<V>

Ref: #11
2023-06-13 01:19:24 -07:00
..
backends feat: add ripgrep backend 2023-05-23 09:24:36 +01:00
controller.lua feat: add the paste functionality into the ivy prompt 2023-06-13 01:19:24 -07:00
controller_test.lua fix: exscpe test when passing it to vim syntax match 2022-10-06 07:57:57 +01:00
libivy.lua fix: use package.searchpath to find libivyrs 2023-06-13 01:19:11 -07:00
libivy_test.lua ci: move to the dockerhub conventional-tools update 2023-04-18 20:55:07 +01:00
matcher_test.lua feat: move to fts fuzzy match with some modifications 2022-08-25 20:14:12 +01:00
prompt.lua feat: make delete word in promp work more like bash 2023-01-07 13:49:36 +00:00
prompt_test.lua feat: make delete word in promp work more like bash 2023-01-07 13:49:36 +00:00
utils.lua fix: opening terminal buffers 2023-04-26 07:26:12 +01:00
utils_line_action_test.lua feat: add vsplit and split actions 2022-09-07 21:19:33 +01:00
utils_vimgrep_action_test.lua feat: add vsplit and split actions 2022-09-07 21:19:33 +01:00
vim_mock.lua fix: opening terminal buffers 2023-04-26 07:26:12 +01:00
window.lua feat: add IvyWorkspaceSymbol command 2023-03-03 06:55:46 +00:00
window_test.lua fix: crash in IvyLines 2022-09-18 19:58:09 +01:00