Tagged Questions
0
votes
1answer
32 views
Select vimenter autocmd's to run based on args
I'm trying to reduce the number of things I need to do when I open VIM. I have the three following scenarios that I'd like to account for:
1. Open vim with a directory specified
vim .
For this ...
7
votes
3answers
138 views
vim can not execute unix command with :! due to shell changing
Our company uses red hat linux system and allocate everyone an account in /home. Unfortunately, our system is using tsch, which is not favorable for me. Moreover, as I do not have the super user ...
6
votes
1answer
1k views
vim not loading _vimrc file when launched from git bash
I have downloaded and installed git for windows (msysgit) and frequently used the included git bash. Whenever I run vim from git bash my _vimrc file is not loaded because there is syntax highlighting ...