Skip to content

Instantly share code, notes, and snippets.

@eknowles
Created September 15, 2011 23:02
Show Gist options
  • Save eknowles/1220734 to your computer and use it in GitHub Desktop.
Save eknowles/1220734 to your computer and use it in GitHub Desktop.
panel toggle
alias "cmenu1" "showpanel specmenu; bind v cmenu2"
alias "cmenu2" "hidepanel specmenu; bind v cmenu1"
bind "v" "cmenu1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment