If I have Vim 7.3 installed via Macports which is in opt/local, would my vim/vimrc file work in my home folder which is in usr/local? FYI my operating system is Mac running mac osx 10.5…
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Your home folder in Mac OS X is
/Users/yourusernameor the common short form~. So if you place your.vimrcfile under~/.vimrcit will be picked up by vim.