(C-x means ctrl+x, M-x means alt+x)
The default prefix is C-b. If you (or your muscle memory) prefer C-a, you need to add this to ~/.tmux.conf:
| @mixin ie6 { * html & { @content } } | |
| #logo { | |
| background-image: url("/images/logo.png"); | |
| @include ie6 { background-image: url("/images/logo.gif"); } | |
| } |
| -- IMStatus | |
| -- version 2.0, Lantrix (http://techdebug.com) | |
| -- idea conceived from script by Jason Kenison "theWebGuy" Blog at: | |
| -- http://www.jasonkenison.com/blog.html?id=22 | |
| (* | |
| Copyright (c) 2008, TechDebug.com | |
| Permission to use, copy, modify, and/or distribute this software for any | |
| purpose with or without fee is hereby granted, provided that the above |
| tell application "Skype" | |
| if (send command "GET MUTE" script name "MuteToggler") is equal to "MUTE ON" then | |
| send command "SET MUTE OFF" script name "MuteToggler" | |
| else | |
| send command "SET MUTE ON" script name "MuteToggler" | |
| end if | |
| end tell |