r*****o 发帖数: 109 | 1 本来在vi下面del和backspace都没有问题,但是用screen以后,突然del和backspace就
变成“^?”,请大虾指点。
而且大家是怎么解决screen的闪屏问题的?我好像压根就没有$HOME/.screenrc这个文
件,难道要自己生成一个?
多谢了!!!! |
wy 发帖数: 14511 | 2 what del and backspace do? why not just use x, dw, etc?
【在 r*****o 的大作中提到】 : 本来在vi下面del和backspace都没有问题,但是用screen以后,突然del和backspace就 : 变成“^?”,请大虾指点。 : 而且大家是怎么解决screen的闪屏问题的?我好像压根就没有$HOME/.screenrc这个文 : 件,难道要自己生成一个? : 多谢了!!!!
|
r*****o 发帖数: 109 | 3 I actually use emacs most of the time, just use vi at home for remote access
.
Still use del and backspace in Vi. |
r*****o 发帖数: 109 | 4 关于闪屏,我自己生成一个$HOME/.screenrc以后,居然说vbell:command not found.
请各位指点指点。 |
d****g 发帖数: 1049 | 5 Not sure about ur problem. But u can use "emacs yourfilename -nw" for
remote access.
access
【在 r*****o 的大作中提到】 : I actually use emacs most of the time, just use vi at home for remote access : . : Still use del and backspace in Vi.
|
M*P 发帖数: 6456 | 6 我也想知道闪屏怎么办
【在 r*****o 的大作中提到】 : 本来在vi下面del和backspace都没有问题,但是用screen以后,突然del和backspace就 : 变成“^?”,请大虾指点。 : 而且大家是怎么解决screen的闪屏问题的?我好像压根就没有$HOME/.screenrc这个文 : 件,难道要自己生成一个? : 多谢了!!!!
|
r*****o 发帖数: 109 | 7 关键在命令行mode,如果写错了命令,必须要用backspace吧?
【在 wy 的大作中提到】 : what del and backspace do? why not just use x, dw, etc?
|
r*****o 发帖数: 109 | 8 haha,终于搞定了闪屏,
CtrlA-CtrlG
把visible bell 变成了audible bell,然后mute就行了。
【在 M*P 的大作中提到】 : 我也想知道闪屏怎么办
|
wy 发帖数: 14511 | 9 The "right way" to do things is to use commnad mode whenever
possible. insert mode should be gone once editing is done.heihei
【在 r*****o 的大作中提到】 : 关键在命令行mode,如果写错了命令,必须要用backspace吧?
|
d****r 发帖数: 2912 | 10 Try this: put the following lines in your .vimrc
" Disable errorbells, and the annoying visualbell
set vb t_vb=
【在 r*****o 的大作中提到】 : haha,终于搞定了闪屏, : CtrlA-CtrlG : 把visible bell 变成了audible bell,然后mute就行了。
|
r*****o 发帖数: 109 | 11 终于发现是mapping的问题
加了一条
stty erase "^?"
终于搞定
看来screen和default 的setting 有点不一样。
【在 r*****o 的大作中提到】 : 关键在命令行mode,如果写错了命令,必须要用backspace吧?
|