I'm new to using vim, so I don't know if this is a technical limitation within neovim itself, but I found it very confusing to use.
I'm able to open the list of passwords with :Pass, but then when I try to insert a new one with <C-i>, it shows a prompt that I can not type into. It took me a while to figure out that I was not already in INSERT mode.
I can't think of a reason why you wouldn't want to automatically be in INSERT mode for that prompt, since it is literally only for typing a single line of text. Would it be possible to make that prompt auto accept text and end on enter/return and close with <C-c>?
I'm new to using vim, so I don't know if this is a technical limitation within neovim itself, but I found it very confusing to use.
I'm able to open the list of passwords with
:Pass, but then when I try to insert a new one with<C-i>, it shows a prompt that I can not type into. It took me a while to figure out that I was not already in INSERT mode.I can't think of a reason why you wouldn't want to automatically be in INSERT mode for that prompt, since it is literally only for typing a single line of text. Would it be possible to make that prompt auto accept text and end on enter/return and close with
<C-c>?