File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -7,23 +7,23 @@ Lightweight tmux utilities for switching and creating sessions.
7
7
- ` prefix + g ` - prompts for session name and switches to it. Performs 'kind-of'
8
8
name completion.<br />
9
9
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
13
13
some other binding.
14
- - ` prefix + @ ` - promote a current pane into a new session.<br />
14
+ - ` prefix + @ ` - promote current pane into a new session.<br />
15
15
Analogous to how ` prefix + ! ` breaks current pane to a new window.
16
16
17
17
### Installation with [ Tmux Plugin Manager] ( https://github.com/tmux-plugins/tpm ) (recommended)
18
18
19
19
Add plugin to the list of TPM plugins in ` .tmux.conf ` :
20
20
21
- set -g @tpm_plugins " \
21
+ set -g @tpm_plugins ' \
22
22
tmux-plugins/tpm \
23
23
tmux-plugins/tmux-sessionist \
24
- "
24
+ '
25
25
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.
27
27
28
28
### Manual Installation
29
29
You can’t perform that action at this time.
0 commit comments