diff --git a/.zshrc b/.zshrc
index f7ecd95..ca3788f 100644
--- a/.zshrc
+++ b/.zshrc
@@ -85,3 +85,6 @@ unsetopt share_history
 # Example aliases
 # alias zshconfig="mate ~/.zshrc"
 # alias ohmyzsh="mate ~/.oh-my-zsh"
+
+# too much vim...
+:w () { exit; }