Every time I click dot, the function signature appears in a separate buffer.
import sys
sys.argv # in this moment I have a separate buffer opened with sys.argv signature
Then this buffer exists until manually closed.
I'd like to have it only when I press ctrl-K. Or at least it disappears when I exit insert mode...
Realize that this buffer is called
preview window. Thus the:pcor simply<C-w-C-z>works to close it