coc-rename open changed files in buffer rather than tabs #4800
-
I can not figure out how to open the changed files after a coc-rename in buffers in the existing window rather than new tabs. Does anyone how to fix this? |
Beta Was this translation helpful? Give feedback.
Answered by
fannheyward
Nov 9, 2023
Replies: 1 comment
-
You can change Check |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
fannheyward
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can change
workspace.openResourceCommand
toedit
to open changed files in buffer, by default it'stab drop
.Check
:h coc-config-workspace-openResourceCommand