From 30282f6ebde53a77cca0fd9a5aa7e66f81a6a17d 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 3e02570..02c11d8 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -3207,17 +3207,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