First of all, I highly recommend that you forget the vim windows shortcuts if you work in the linux box . such as: ctrl-v, ctrl-q, ctrl-c ...
, , . "".
ctrl-q ctrl-v (block selection) linux, , gvim vim .
Gvim
gvim, , , :
nnoremap <c-q> <c-v>
Terminal Vim
, <c-q> vim, , <c-q> .
<c-q> stty start. , stop ( ctrl-s), . , vim, C-q, . , , , stty start. :
stty start undef
.bashrc (, bash), .
nnoremap <c-q> <c-v> vim <c-q> , vim .
, , , linux box.