Skip to content

Commit

Permalink
zshrc: Remove vman
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Terbeck <ft@bewatermyfriend.org>
  • Loading branch information
ft authored and mika committed Dec 6, 2011
1 parent f1005a1 commit 30282f6
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions etc/zsh/zshrc
Expand Up @@ -3207,17 +3207,6 @@ show-archive() {
fi
}

# It's shameless stolen from <http://www.vim.org/tips/tip.php?tip_id=167>
#f5# Use \kbd{vim} as your manpage reader
vman() {
emulate -L zsh
if (( ${#argv} == 0 )); then
printf 'usage: vman <topic>\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() {
Expand Down

0 comments on commit 30282f6

Please sign in to comment.