Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hack for OSX #14

Open
ztalbot2000 opened this issue Nov 11, 2019 · 4 comments
Open

hack for OSX #14

ztalbot2000 opened this issue Nov 11, 2019 · 4 comments

Comments

@ztalbot2000
Copy link

I believe OSX is not supported. macvim does not have the ability to save macros.
For marvim on Catalina, after changing the locations of the autostart/marvim.vim file and plugin/marvim.vim file to match what the paths looked up in $HOME/.vim by vim -v; it still did not work. I ended up concatenating the two files and putting this in $HOME/.vim/plugin. I also ended up using sed to change the Function keys as no matter what I did F3 kept bringing up expose. This is strictly a hack and you can close this request. Here are the commands if you wish to publish the hack.

tar -xzf marvim.tar.gz
mkdir ~/.vim/plugin
cat marvim/autoload/marvim.vim marvim/plugin/marvim.vim > ~/.vim/plugin/marvim.vim
sed -e's/F2/F4/g' ~/.vim/plugin/marvim.vim
sed -e's/F3/F5/g' ~/.vim/plugin/marvim.vim

thanks for the great plugin,
John Talbot
[email protected]

@chamindra
Copy link
Owner

chamindra commented Nov 12, 2019 via email

@ztalbot2000
Copy link
Author

ztalbot2000 commented Nov 12, 2019 via email

@ztalbot2000
Copy link
Author

ztalbot2000 commented Nov 12, 2019 via email

@ztalbot2000
Copy link
Author

ztalbot2000 commented Nov 12, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants