diff options
Diffstat (limited to '')
| -rw-r--r-- | external/zsh/plugins/manpage.zsh | 6 |
1 files changed, 6 insertions, 0 deletions
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 + |
