mirror of
https://github.com/jbranchaud/til
synced 2026-01-03 23:28:02 +00:00
Add some minor fixes to the latest til.
This commit is contained in:
@@ -1,14 +1,15 @@
|
|||||||
# List All Key Bindings
|
# List All Key Bindings
|
||||||
|
|
||||||
There are a couple ways to list all the tmux key bindings. If you are not
|
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
|
```bash
|
||||||
$ tmux list-keys
|
$ tmux list-keys
|
||||||
```
|
```
|
||||||
|
|
||||||
If you are currently in a tmux session, then you can take advantage of the
|
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
|
<prefix>:list-keys
|
||||||
|
|||||||
Reference in New Issue
Block a user