Adding shell script to fix MacVim bug with external displays
(cherry picked from commit 479a0b5b714805218fa16ed91446d19bbebffcfd)
This commit is contained in:
parent
c2725078b6
commit
adaf8cb243
4
bin/fix_macvim_external_display.sh
Executable file
4
bin/fix_macvim_external_display.sh
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
rm ~/Library/Preferences/org.vim.MacVim.LSSharedFileList.plist && \
|
||||
rm ~/Library/Preferences/org.vim.MacVim.plist && \
|
||||
echo "Files deleted sucessfully. You may have to restart OSX."
|
Loading…
Reference in New Issue
Block a user