g****c 发帖数: 2 | 1 When using up-arrow to recall a command that extends beyond a single line, it
will appear in one line with overlap. It's very hard to modify. Does any one
know how to fix this problem?
Thanks. |
w******s 发帖数: 16209 | 2 set default as vi mode, and then you can jump around in the line easily..
it
【在 g****c 的大作中提到】 : When using up-arrow to recall a command that extends beyond a single line, it : will appear in one line with overlap. It's very hard to modify. Does any one : know how to fix this problem? : Thanks.
|
g****c 发帖数: 2 | 3 Could you please tell me how to do it?
set mode = vi ?
I'm using tcsh.
Thanks
one
【在 w******s 的大作中提到】 : set default as vi mode, and then you can jump around in the line easily.. : : it
|
w******s 发帖数: 16209 | 4 bind "set editing-mode vi"
line,
【在 g****c 的大作中提到】 : Could you please tell me how to do it? : set mode = vi ? : I'm using tcsh. : Thanks : : one
|