From 07ed19021b2ee237701180b619541aedaf3c4b7a Mon Sep 17 00:00:00 2001 From: jbranchaud Date: Fri, 5 Jun 2015 00:38:43 -0500 Subject: [PATCH] Add some minor fixes to the latest til. --- tmux/list-all-key-bindings.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tmux/list-all-key-bindings.md b/tmux/list-all-key-bindings.md index 516d25e..8f92038 100644 --- a/tmux/list-all-key-bindings.md +++ b/tmux/list-all-key-bindings.md @@ -1,14 +1,15 @@ # List All Key Bindings There are a couple ways to list all the tmux key bindings. If you are not -currently in a tmux sessions, you can enter this from the terminal: +currently in a tmux session, you can still access the list from the terminal +with ```bash $ tmux list-keys ``` If you are currently in a tmux session, then you can take advantage of the -tmux environment by either using: +tmux environment by either using ``` :list-keys