这些 shell 转义字符代表什么?

what do these shell escape characters stand for?

我在这个 post 上看到了这个:https://superuser.com/questions/409594/fish-control-left-control-right-keybindings

转义序列\e\[1\;5C,代表什么?

它们代表Esc[1;5CEsc[1;5D.

请参阅 https://unix.stackexchange.com/questions/10806/how-to-change-previous-next-word-shortcut-in-bash 了解这些转义序列的作用。