Skip to content

Commit

Permalink
Add some minor fixes to the latest til.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbranchaud committed Jun 5, 2015
1 parent eea2dd8 commit 07ed190
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tmux/list-all-key-bindings.md
Original file line number Diff line number Diff line change
@@ -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

```
<prefix>:list-keys
Expand Down

0 comments on commit 07ed190

Please sign in to comment.