Skip to content

Commit c76ad3a

Browse files
author
Bruno Sutic
committed
Improve readme
1 parent 9180240 commit c76ad3a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,23 @@ Lightweight tmux utilities for switching and creating sessions.
77
- `prefix + g` - prompts for session name and switches to it. Performs 'kind-of'
88
name completion.<br/>
99
Faster than the built-in `prefix + s` prompt for long session lists.
10-
- `prefix + shift + c` - prompt for creating a new session by name.
11-
- `prefix + shift + s` - switches to the last session.<br/>
12-
The same as built-in `prefix + shift + l` that everyone seems to override with
10+
- `prefix + C` (shift + c) - prompt for creating a new session by name.
11+
- `prefix + S` (shift + s) - switches to the last session.<br/>
12+
The same as built-in `prefix + L` that everyone seems to override with
1313
some other binding.
14-
- `prefix + @` - promote a current pane into a new session.<br/>
14+
- `prefix + @` - promote current pane into a new session.<br/>
1515
Analogous to how `prefix + !` breaks current pane to a new window.
1616

1717
### Installation with [Tmux Plugin Manager](https://github.com/tmux-plugins/tpm) (recommended)
1818

1919
Add plugin to the list of TPM plugins in `.tmux.conf`:
2020

21-
set -g @tpm_plugins " \
21+
set -g @tpm_plugins ' \
2222
tmux-plugins/tpm \
2323
tmux-plugins/tmux-sessionist \
24-
"
24+
'
2525

26-
Hit `prefix + shift + i` to fetch the plugin and source it. You can now use the plugin.
26+
Hit `prefix + I` to fetch the plugin and source it. You can now use the plugin.
2727

2828
### Manual Installation
2929

0 commit comments

Comments
 (0)