diff options
| author | June McEnroe <june@causal.agency> | 2015-01-06 16:31:13 -0500 |
|---|---|---|
| committer | June McEnroe <june@causal.agency> | 2015-01-06 16:31:13 -0500 |
| commit | 971e35a369ffca17c94e0a544b4effe58230f523 (patch) | |
| tree | 96fa650ecbda52d98a6fd6d19944b3bef4fe8d36 | |
| parent | Add vim-superman (diff) | |
| download | src-971e35a369ffca17c94e0a544b4effe58230f523.tar.gz src-971e35a369ffca17c94e0a544b4effe58230f523.zip | |
Add vman alias for vim-superman
| -rw-r--r-- | .zsh/aliases.zsh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.zsh/aliases.zsh b/.zsh/aliases.zsh index afdf7652..6cdf6f7a 100644 --- a/.zsh/aliases.zsh +++ b/.zsh/aliases.zsh @@ -16,6 +16,10 @@ function tunnel { ssh -R 8022:localhost:$1 do.asdf.pw } +function vman { + vim -c "SuperMan $*" || echo "No manual entry for $*" +} + alias randpasswd='openssl rand -base64 12' alias killlall='killall' |