I know VIM can start visual block selection with Ctrl+V, or sometimes Ctrl+V becomes pasting, we can still go with Ctrl+Q. But I think this key combination is not so easy to press, can I assign a customized key for this? For example, I would like to use q in normal mode to start visual selection (I don’t use macro recording that much):
map q ??? <– what should I write here?
I believe you’re looking for
But note that you won’t be able to record macros unless you remap that too.