Skip to content

Commit

Permalink
Use plug.vim
Browse files Browse the repository at this point in the history
  • Loading branch information
goatslacker committed Jan 26, 2015
1 parent b2bca88 commit 42a4c6e
Show file tree
Hide file tree
Showing 3 changed files with 1,575 additions and 245 deletions.
16 changes: 16 additions & 0 deletions .osx
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Require password immediately after sleep or screen saver begins
defaults write com.apple.screensaver askForPassword -int 1
defaults write com.apple.screensaver askForPasswordDelay -int 0

# Disable press-and-hold for keys in favor of key repeat
defaults write NSGlobalDomain ApplePressAndHoldEnabled -bool false

# Set a blazingly fast keyboard repeat rate
defaults write NSGlobalDomain KeyRepeat -int 0

# Disable the all too sensitive backswipe
defaults write com.google.Chrome AppleEnableSwipeNavigateWithScrolls -bool false
defaults write com.google.Chrome.canary AppleEnableSwipeNavigateWithScrolls -bool false

# Avoid creating .DS_Store files on network volumes
defaults write com.apple.desktopservices DSDontWriteNetworkStores -bool true
245 changes: 0 additions & 245 deletions .vim/autoload/pathogen.vim

This file was deleted.

Loading

0 comments on commit 42a4c6e

Please sign in to comment.