JaredVogt / vimrc

CONFIG: my vimrc
0 stars 0 forks source link

Add if statement for vim/macvim <L><L> shell command #44

Open JaredVogt opened 8 years ago

JaredVogt commented 8 years ago
" <L><L>      - open shell (this only works on osx obviously)
nnoremap <Leader><Leader> : !open /Applications/iTerm.app/<cr>  

This is currently in .vimrc - add a conditional that checks what version of the os is running and acts accordingly.