I tried to map ctrl+tab key into changing current tab, like chrome and firefox.
nnoremap <C-Tab> :+tabmove<CR>
But it could not work well. Result of the investigation, I find that nvim cannot detect ctrl+tab key because of some low layer problem. Do you know why nvim cannot detect ctrl+tab, and how to make it detect?