most of these require logout/restart to take effect
# Enable character repeat on keydown
defaults write -g ApplePressAndHoldEnabled -bool false
# Set a shorter Delay until key repeat| # 0 is too far from ` ;) | |
| set -g base-index 1 | |
| # Automatically set window title | |
| set-window-option -g automatic-rename on | |
| set-option -g set-titles on | |
| #set -g default-terminal screen-256color | |
| set -g status-keys vi | |
| set -g history-limit 10000 |
| <?php | |
| use Symfony\Component\Console\Input\ArrayInput; | |
| use Symfony\Component\Console\Output\ConsoleOutput; | |
| use Symfony\Bundle\FrameworkBundle\Console\Application; | |
| use Behat\BehatBundle\Command\BehatCommand; | |
| class BehatTest extends KernelAwareTest | |
| { | |
| /** |
As configured in my dotfiles.
start new:
tmux
start new with session name:
A list of tools I use to make myself more efficient. Feel free to collaborate!
Cmd + Shift + G while in Finder.ssh -R 9000:localhost:9000 your.remote.machinexdebug.remote_enable=1.bash_profile or similar shell init script:# XDebug
function xdebug-start {
xdebug_site=$1
xdebug_host=$2
xdebug_port=$3