I am struggling with binding Shift+- combination in vim. I have tried both options below to no available and googling does not bring any relevant information.
nnoremap <S-\-> <C-W>-
nnoremap <S--> <C-W>-
I am running Linux and want to bind - key which is between 0 and = keys.
Just use the character on the key.
nnoremap _ <C-W>-
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With