start new:
tmux
start new with session name:
tmux new -s myname
| ############################################################################### | |
| # byobu's tmux f-key keybindings | |
| # | |
| # Copyright (C) 2011-2014 Dustin Kirkland <[email protected]> | |
| # | |
| # Authors: Dustin Kirkland <[email protected]> | |
| # | |
| # This program is free software: you can redistribute it and/or modify | |
| # it under the terms of the GNU General Public License as published by | |
| # the Free Software Foundation, version 3 of the License. |
| # | |
| # VM configuration | |
| # | |
| # Where to find JVM, if {java.home}/jre exists then that JVM is used | |
| # if not then it must be the path to the JRE itself | |
| java.home=/opt/coldfusion9/runtime/jre/ | |
| # | |
| # If no java.home is specified a VM is located by looking in these places in this | |
| # order: | |
| # |