merge this shit

This commit is contained in:
Carter Tazio Schonwald 2011-08-24 23:45:06 -04:00
commit 9d1498a025
58 changed files with 2474 additions and 171 deletions

5
plugins/osx/_man-preview Normal file
View file

@ -0,0 +1,5 @@
#compdef man-preview
#autoload
_man

View file

@ -1,5 +1,6 @@
function tab() {
osascript >/dev/null <<EOF
tell application "System Events"
@ -11,7 +12,7 @@ osascript >/dev/null <<EOF
end tell
EOF
}
}