From 6bbaac2ccf86d0233984923a061fb68bdabc663e Mon Sep 17 00:00:00 2001 From: Frank Terbeck Date: Mon, 28 Nov 2011 22:30:14 +0100 Subject: [PATCH] zshrc: Remove vman Signed-off-by: Frank Terbeck --- etc/zsh/zshrc | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 0e1c46f..055bdf2 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -3206,17 +3206,6 @@ show-archive() { fi } -# It's shameless stolen from -#f5# Use \kbd{vim} as your manpage reader -vman() { - emulate -L zsh - if (( ${#argv} == 0 )); then - printf 'usage: vman \n' - return 1 - fi - man "$@" | col -b | view -c 'set ft=man nomod nolist' - -} - # TODO: So, this is the third incarnation of this function!? #f5# Reload given functions refunc() { -- 2.1.4