From 700611a9d653fbccfb9c7d947be9205623ca77b0 Mon Sep 17 00:00:00 2001 From: Ryan Date: Wed, 31 Aug 2016 10:58:11 -0400 Subject: [PATCH] Italicize Symfony2 aliases --- Cheatsheet.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Cheatsheet.md b/Cheatsheet.md index 8540cde..feeacd7 100644 --- a/Cheatsheet.md +++ b/Cheatsheet.md @@ -160,22 +160,22 @@ You also find these commands in Dash as a Cheat-sheet. |:-------------|:----------------------------| | _sf_ | php ./app/console | | _sfcl_ | php app/console cache:clear | -| _sfcontainer | sf debug:container | +| _sfcontainer_| sf debug:container | | _sfcw_ | sf cache:warmup | | _sfgb_ | sf generate:bundle | | _sfroute_ | sf debug:router | -| _sfsr | sf server:run -vvv | +| _sfsr- | sf server:run -vvv | ## tmux | Alias | Command | |:------|:--------------------| -| _ta_ | tmux attach -t | -| _tad_ | tmux attach -d -t | -| _ts_ | tmux new-session -s | -| _tl_ | tmux list-sessions | -| _tksv_ | tmux kill-server | -| _tkss_ | tmux kill-session -t| +| _ta_ | tmux attach -t | +| _tad_ | tmux attach -d -t | +| _ts_ | tmux new-session -s | +| _tl_ | tmux list-sessions | +| _tksv_| tmux kill-server | +| _tkss_| tmux kill-session -t| ## Systemd