Use vim-plug
- Add
Plug 'repo/plugin'
to .vimrc - Save and source .vimrc
:so %
- Run
:PlugInstall
cd ~
git clone http://github.com/snawbel/dotvim.git ~/.vim
ln -s ~/.vim/vimrc ~/.vimrc
ln -s ~/.vim/gvimrc ~/.gvimrc
cd ~/.vim
mkdir plugged
curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
:PlugUpdate pluginname
Remove from .vimrc
:vim /StuffToFind/g ./src/**/*.js
Then use [q and ]q to move between search hits.
- Remap Caps Lock to Control in the Keyboard preference pane.
- In Karabiner-Elements, enable Change caps_lock to control if pressed with other keys, to escape if pressed alone.
Now, hitting Caps Lock alone will escape while holding it down and hitting another key will act as Control.
- Use https://github.com/cseelus/monego - Monaco with variants.
- Enable italics in iTerm with a custom TERMINFO: https://gist.github.com/sos4nt/3187620#gistcomment-2905187