mirror of
https://gitee.com/arthas/arthas.git
synced 2024-12-04 21:28:10 +08:00
d5fa0d037f
* add keymap command scenario. #847 Signed-off-by: hollowman6 <hollowman186@vip.qq.com> * fix link typo Signed-off-by: hollowman6 <hollowman186@vip.qq.com> * remove additional link Signed-off-by: hollowman6 <hollowman186@vip.qq.com> * polish 'Custom shortcuts' Signed-off-by: hollowman6 <hollowman186@vip.qq.com> * polish kaymap command scenario. #847 Signed-off-by: hollowman6 <hollowman186@vip.qq.com> * fix mistake Signed-off-by: hollowman6 <hollowman186@vip.qq.com>
215 B
215 B
ctrl + c
: Terminate current command
ctrl + z
: Suspend the current command, you can restore this command with bg/fg, or kill it.
ctrl + a
: Go to the beginning the line
ctrl + e
: Go to the end of the line