By resources
sessions
list-sessions ls -- List sessions managed by server
new-session new -- Create a new session
| ========================================== ========================================== | |
| TMUX COMMAND WINDOW (TAB) | |
| ========================================== ========================================== | |
| List tmux ls List ^b w | |
| New -s <session> Create ^b c | |
| Attach att -t <session> Rename ^b , <name> | |
| Rename rename-session -t <old> <new> Last ^b l (lower-L) | |
| Kill kill-session -t <session> Close ^b & |
| #301 Redirects for .htaccess | |
| #Redirect a single page: | |
| Redirect 301 /pagename.php http://www.domain.com/pagename.html | |
| #Redirect an entire site: | |
| Redirect 301 / http://www.domain.com/ | |
| #Redirect an entire site to a sub folder | |
| Redirect 301 / http://www.domain.com/subfolder/ |
| (* | |
| Open Terminal Here | |
| Written by Brian Schlining | |
| source: http://hohonuuli.blogspot.hr/2016/02/iterm2-version-3-open-iterm-here-script.html | |
| *) | |
| property debug : false | |
| -- when the toolbar script icon is clicked | |
| -- |