When using vim with screen the keys ctrl + right and ctrl + left don't work

Solution 1:

It's probably due to TERM being set to screen. If using bash, try:

export TERM=xterm

before running vim.

Note this might have other consequences, so you might want to try other terminals if that's the case.

Solution 2:

You can also use :set term=xterm inside of vim