I didn't change any setting of my Vim, but today the Backspace gets some crazy behavior. Every time when I hit it, it does not delete a character, but prints ^?. Anyone knows what is going on?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
The problem comes from the communication between Mac Terminal the Linux Terminal. Go to the Mac Terminal -> Preferences -> Advanced tab, check the option "Delete sends Ctrl-H". Then after I login to Linux, and Backspace works just fine in Vim. |
|||
|
|
|
Not sure why it would randomly start doing this based on the information you gave, but trying adding this line to your
|
|||||||||||||
|
.vimrcand then look again to Backspace behavior. Is it changed? If yes, then you can at least find the reason by method of exclusion. – Dmitry Frank Jan 13 '12 at 9:02.vimrcactually sources from a standard vimrc of my company. There is no recent change for this.vimrcsource. @dimonomid Thank you! I just took it out. Still no luck. This may tell me that this problem may not come from the linux terminal. – Grace Shao Jan 13 '12 at 17:04