-
Hi. -- <leader> w --- window
w = {
name = "Window",
o = { "<c-w>o", "Delete other window" },
"<c-o>" = { "<c-w>o", "Delete other window" },
}, I can't use "" or other combinations. Thank you for which-key! 🎖️ |
Beta Was this translation helpful? Give feedback.
Answered by
azzamsa
Dec 24, 2023
Replies: 1 comment
-
Solved! 🎉 ["<c-o>"] = { "<c-w>o", "Delete other window" }, |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
azzamsa
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Solved! 🎉