diff --git a/vim/vimrc b/vim/vimrc index 4d5cbca..ac009a9 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -17,6 +17,11 @@ set backspace=eol,indent,start colorscheme molokai +" I have never intended to use the builtin help +map +imap + + map :update:make imap :update:make diff --git a/zshrc b/zshrc index 2af76a6..db7b3d1 100644 --- a/zshrc +++ b/zshrc @@ -30,6 +30,9 @@ elif [[ -s /etc/zsh_command_not_found ]]; then source /etc/zsh_command_not_found fi +# Set sensible tab width +tabs -4 + # Add Composer binaries if [ -d "$HOME/.composer" ]; then path+=("$HOME/.composer/vendor/bin")