I want re-bind keys on CentOS 8 to be able use combination Ctrl + Shift + arrow key to highlighted a text in terminal. I found keybinding file in:
/etc/inputrc
Ctrl + Shift + arrow key is:
^[[1;6C
^[[1;6D
But I don't know what write in that file.
Normally when I use this combination I get in terminal "D" or "C". Could you give me a hint about that or this is even possible?