aboutsummaryrefslogtreecommitdiff
path: root/external/zsh/plugins/manpage.zsh
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2020-12-23 23:40:35 +0530
committerAkshay Nair <phenax5@gmail.com>2020-12-23 23:40:35 +0530
commit66adff9257c0bdcf5fea357cf4afd9c5804ac9d9 (patch)
tree92b9941ed1b211594446c69e1c1a4d57240f1a0e /external/zsh/plugins/manpage.zsh
parentc69a505caac996f78b7b010dcc563672cb5a6019 (diff)
downloadnixos-config-66adff9257c0bdcf5fea357cf4afd9c5804ac9d9.tar.gz
nixos-config-66adff9257c0bdcf5fea357cf4afd9c5804ac9d9.zip
Moves zsh config to config and symlinked
Diffstat (limited to 'external/zsh/plugins/manpage.zsh')
-rw-r--r--external/zsh/plugins/manpage.zsh6
1 files changed, 0 insertions, 6 deletions
diff --git a/external/zsh/plugins/manpage.zsh b/external/zsh/plugins/manpage.zsh
deleted file mode 100644
index 8c8c372..0000000
--- a/external/zsh/plugins/manpage.zsh
+++ /dev/null
@@ -1,6 +0,0 @@
-
-open-man() { macho; }
-
-zle -N open-man
-bindkey -M emacs '^_' open-man
-