From 73facf4bfd8125befe1ad80d795b08e284cf5510 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Mon, 9 Feb 2015 14:55:05 +0100 Subject: zman --- .zsh/zshfunctions | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.zsh/zshfunctions b/.zsh/zshfunctions index a653ef5..fb24fee 100644 --- a/.zsh/zshfunctions +++ b/.zsh/zshfunctions @@ -14,6 +14,12 @@ f() find . -iname "*$1*" } +# zman -- easier browsing of zsh manpage +# from zsh-users list, enhanced +zman() { + PAGER="less -g -s '+/(?i)^ "$1"'" man zshall +} + # Change to the directory of a specific package _cdu () { -- cgit v1.2.3