From 568f7903ca7464f99df659b8488bd731e4f2c4f0 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 20 Dec 2020 16:49:47 +0530 Subject: Adds zsh config --- external/zsh/plugins/manpage.zsh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 external/zsh/plugins/manpage.zsh (limited to 'external/zsh/plugins/manpage.zsh') diff --git a/external/zsh/plugins/manpage.zsh b/external/zsh/plugins/manpage.zsh new file mode 100644 index 0000000..8c8c372 --- /dev/null +++ b/external/zsh/plugins/manpage.zsh @@ -0,0 +1,6 @@ + +open-man() { macho; } + +zle -N open-man +bindkey -M emacs '^_' open-man + -- cgit v1.3.1