I have these lines in my .vimrc which let me quickly move tabs around:
nmap <C-S-PageUp> :-tabmove<CR>
nmap <C-S-PageDown> :+tabmove<CR>
I tested using other commands instead, and it refuses to work with them as well.
Changing the keys does make it work, but they're part of my muscle memory by now.
This was all fine until I recently did a system update (pacman -Syu). The upgrade made the following changes:
vim-runtime8.2.4106-1 -> 8.2.4651-1gvim8.2.4106-1 -> 8.2.4651-1xfce4-terminal0.8.10-2 -> 1.0.1-1
Since the vim changes were in the patch version only, I suspect that the xfce4-terminal upgrade messed things up. But how can I confirm this? And how can I fix it?