https://github.com/cj/dotvim
vim config
https://github.com/cj/dotvim
Last synced: about 1 year ago
JSON representation
vim config
- Host: GitHub
- URL: https://github.com/cj/dotvim
- Owner: cj
- Created: 2013-03-25T16:21:47.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-10-01T19:49:47.000Z (almost 13 years ago)
- Last Synced: 2025-03-20T07:28:15.250Z (over 1 year ago)
- Language: VimL
- Size: 836 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Installation:
git clone git://github.com/cj/dotvim.git ~/.vim
Create symlinks:
ln -s ~/.vim/vimrc ~/.vimrc
ln -s ~/.vim/gvimrc ~/.gvimrc
Switch to the `~/.vim` directory, and fetch submodules:
cd ~/.vim
git submodule init
git submodule update
sudo rm -r `gem env gemdir`/doc
rvm docs generate-ri
gem install html2haml
gem install CoffeeTags
# Install HomeBrew
brew install npm
npm install -g coffeelint
http://blog.remibergsma.com/2012/01/30/alt-key-aan-de-praat-in-osx-terminal/
# Add this to your .zshrc file
stty ixany
stty ixoff -ixon
stty stop undef
stty start undef