I’ve looked in the cursor documentation and in the keybindings.json
manual for VSCode, and I haven’t found a way to disable Cursor’s default keybinding ctrl+w
from closing Composer window.
I’m using Vim keybindings, with which I bound ctrl+w h/j/k/l
to mean (for me) “move to the pane on the left/down/up/right”. This is convenient when I want to switch from the code editor on the left to the composer on the right using ctrl+w l
and vice versa ctrl+w h
, but the latter doesn’t work because ctrl+w
closes composer.