Closing the symbol searching window properly #3145
Answered
by
chemzqm
AlphabetsAlphabets
asked this question in
Q&A
|
So COC has a keybinding that opens up a new window at the bottom and lets you fuzzy find symbols throughout your project, the problem is sometimes I hit the keybinding by accident, and the window shows up. The problem is with closing, I can't find any other way to close it other than with control+c but closing the window that way causes your cursor to disappear. It remains missing even after exiting vim. I can still type within vim and the terminal but the cursor is just gone. |
Answered by
chemzqm
Jun 16, 2021
Replies: 1 comment 3 replies
|
Use |
3 replies
Answer selected by
chemzqm
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use
<Esc>instead of<C-c>which can't be detected.