vim-sneak icon indicating copy to clipboard operation
vim-sneak copied to clipboard

allow disabling prompt for cmdheight=0

Open jemag opened this issue 2 years ago • 1 comments

Is there a way to disable the prompt?

Currently with cmdheight=0, this will will make using sneak a bit painful since you will get an enter confirmation every time you trigger it : image

Using an empty prompt:

vim.g["sneak#prompt"] = ''

will still trigger the prompt, but just remove the > character.

jemag avatar Jun 15 '22 13:06 jemag

PR welcome to change the behavior for vim.g["sneak#prompt"] = 'NONE'

justinmk avatar Jun 15 '22 15:06 justinmk