由於工作上涉及一點linux編程,而我真的不想在我這有限記憶體的機器上裝個vpc,因此裝個Cygwin還是很好的選擇。但不知道為什麼我裝上以後,vim確沒有辦法使用。游標總是在開頭的位置,一點也不往前走,而我還是linux的一個初學者,設定認為vim就是這樣難用吧,怪不得linux的人才薪水高那,赫赫。。但我在出差的時候,用的電腦,裝的vim一點問題都沒有,可以很方便的使用,回來以後,自己的電腦還是不行,我就知道,其中自有古怪,,我baidu,,google,,好久都沒有很好的解決方案。 終於今天在一個網頁上看到這樣一段話,
“
vim of cygwin does not work. vim of cygwin does not work always although I reinstall it many times. The cursor does not move any more. It just remain the left-top.but gvim of command line for w2k works well. Why? I got the answer from Rick. The reason is because system envionment variables of Rational Rose conflict . I have to modify the cygwin.bat to clear those conflicted system envionment variables. set HOME=
set TERM=
set TERMCAP=
set TERMINFO= I wonder how Rick know this reason and I could not search the answer from google.” 我按照其中的方法,改變了TERM,TERMCAP,TERMINFO的地址,結果VIM變得正常了,vim竟然和rose有衝突,真是很奇怪的事情。希望其他人遇到這樣問題的,也可以順利解決。最後感謝一下文章作者,和他提到的那個Rick!