This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
yes | pip uninstall pyobjc-core \ | |
pyobjc-framework-Accounts \ | |
pyobjc-framework-AddressBook \ | |
pyobjc-framework-AppleScriptKit \ | |
pyobjc-framework-AppleScriptObjC \ | |
pyobjc-framework-Automator \ | |
pyobjc-framework-CFNetwork \ | |
pyobjc-framework-CalendarStore \ | |
pyobjc-framework-Cocoa \ | |
pyobjc-framework-Collaboration \ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" Cursor to yellow on insert mode | |
" Blue on command/other mode | |
" Note the use of hex codes (ie 3971ED) | |
if exists('$TMUX') | |
let &t_EI = "\<Esc>Ptmux;\<Esc>\033]Pl3971ED\033\\" | |
let &t_SI = "\<Esc>Ptmux;\<Esc>\033]PlFBA922\033\\" | |
silent !echo -ne "\<Esc>Ptmux;\<Esc>\033]Pl3971ED\033\\" | |
autocmd VimLeave * silent !echo -ne "\<Esc>Ptmux;\<Esc>\033]Pl3971ED\033\\" | |
else | |
let &t_EI = "\033]Pl3971ED\033\\" |