From efc2d025498717ea429a4ec6a422c47b443a84d5 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 20 Jan 2013 21:47:05 +0100 Subject: add git sup alias; vimrc: add wildmenu; zshrc: disable correct_all Signed-off-by: Florian Pritz --- .gitconfig | 1 + .vimrc | 5 +++++ .zshrc | 4 ++-- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.gitconfig b/.gitconfig index cec3938..6890c97 100644 --- a/.gitconfig +++ b/.gitconfig @@ -14,6 +14,7 @@ am = am -s c = cherry -v b = branch -vv + sup = log --all --graph --pretty=format:'%Cblue%h%C(yellow)%d %Creset%s %Cgreen(%cr) %Cred%an%+b' [merge] tool = vimdiff [push] diff --git a/.vimrc b/.vimrc index 246f245..8f75ca3 100644 --- a/.vimrc +++ b/.vimrc @@ -34,6 +34,11 @@ set hidden set display+=lastline set undofile +set wildmenu +set wildmode=full +set wildignore=*.o,*.a,*.class,*.mo,*.la,*.swp,*.jpg,*.png,*.xpm,*.gif,*.pyc,*~,.git,.svn,.hg, + + let mapleader = "," call pathogen#infect() diff --git a/.zshrc b/.zshrc index 2325583..433983f 100644 --- a/.zshrc +++ b/.zshrc @@ -392,8 +392,6 @@ autoload -U zmv # .. -> cd ../ setopt autocd -setopt correct_all - # cd /etc/**/foo/blub searches ;) setopt extendedglob @@ -522,6 +520,8 @@ alias -g vv='|' autoload -Uz compinit compinit +unsetopt correct_all + # correct 7etc/foo to /etc/foo # if anyone has a working solution for /etc7foo please contact me function _7slash { -- cgit v1.2.3-24-g4f1b