vim macro mapping

1.8k Views Asked by At

In Vim, how would I set up a macro for Ctrl+Shift+another key? I did noremap and the mapping practically ignored the shift. I could press and the macro would go through.

1

There are 1 best solutions below

3
On

It's hard to say without seeing the actual commands you're using. What does your noremap command look like, something like this?:

noremap <s-c-F8> :[command here]<CR>