hi, i want to map <C-v> to select the dscontinuous file, for example
file_0.txt
file_1.txt // press C-v on this file then moving down the cursor....
file_2.txt
file_3.txt
file_4.txt // press C-v on this file
file_5.txt
file_6.txt // press C-v on this file
file_7.txt // press C-v on this file
file_8.txt
file_9.txt
and eventually the file_1.txt file_4.txt file_6.txt file_7.txt get highlight
is it possible?