I'm SSH'ing in from my mac OSX (10.6.8) to a school server running centOS5 and when I attempt to use VIM, it won't stop flashing inside the mac terminal. Any idea's on how to fix this? Keep in my mind I do not have the authority to modify any /etc files or /bin files on the server, although I believe I can locally on my user. Also I would love to see anyone's really cool .vimrc config file they want to share.
相关问题
- Xcode debugger displays incorrect values for varia
- JavaScript File Transfer SSH
- Is there a way to report errors in Apple documenta
- Advice for supporting both Mac and Windows Desktop
- Emacs shell: save commit message
相关文章
- 如何让 vim 支持 .cshtml 文件的代码高亮
- 现在使用swift开发ios应用好还是swift?
- Visual Studio Code, MAC OS X, OmniSharp server is
- Check if directory exists on remote machine with s
- Auto-save in VIM as you type
- xcode 4 garbage collection removed?
- IntelliJ IDEA can't open projects or add SDK o
- Automator: How do I use the Choose from List actio
I was pretty frustrated with macvim installed via brew.
First, on installation, it had an issue with the python version.
I did upgrade brew and python. Then I started macvim but it was flashing really bad, to eliminate, I had to ***disable core text renderin***g under
preferences -> advanced options.
Finally, it got stable but couldn't open files or tabs.
So I decided to get rid off it altogether.
Installed it manually from here.
Once installed, I used the following command to create an alias. Add the following line to your .bashrc or .zshrc (for iTerm users).
Now reload your terminal session and type mvim. Enjoy!!
I´ve just had the same issue.
I solved it by disabling the setting "Allow blinking text" in the terminal text settings
as shown in this screenshot.
Regarding .vimrc config there are tons of versions to be found on google, especially github is a good place to go.
Try these out:
Though the link may go stale in the future, for the time being this is the source: http://phuzz.org/vimrc.html
I also know that you can set this via terminal options on the MAC, though this is not likely the issue if you are ssh-ing. Anyway, I hope it helps. Good luck! :)
to stop beeping & flashing in both the console & the GUI versions of Vim try:
set noerrorbells visualbell t_vb=
autocmd GUIEnter * set visualbell t_vb=