From 6d0c6a40a6b39ab961e3e974bdfe50b24c25d9bb Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Thu, 18 Feb 2016 10:20:15 +0100 Subject: [PATCH] More configuration. --- vim/vimrc | 5 +++++ zshrc | 3 +++ 2 files changed, 8 insertions(+) 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")