摘要:
# Ctrl + A - Go to the beginning of the line you are currently typing on # Ctrl + E - Go to the end of the line you are currently typing on 切到命令行开始|结尾 # Ctrl + L - Clears the Screen, similar to the clear command 清屏,类似于 clear 命令 # Ctrl + U - Clears the line before the cursor position. If you are 阅读全文