refactor(nvim): do not change cursor pos on buf del in telescope

This commit is contained in:
Price Hiller 2024-10-28 16:13:18 -05:00
parent 89925ecbcb
commit d839ea4993
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -153,7 +153,7 @@ return {
["<C-h>"] = actions.preview_scrolling_left,
["<C-l>"] = actions.preview_scrolling_right,
["<C-d>"] = actions.cycle_history_next,
["<A-x>"] = actions.delete_buffer + actions.move_to_top,
["<A-x>"] = actions.delete_buffer,
["<C-s>"] = actions.cycle_history_prev,
["<C-q>"] = actions.smart_send_to_qflist,
},