File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ This plugin solves the above problems.
28
28
some other binding.
29
29
- ` prefix + @ ` - promote current pane into a new session.<br />
30
30
Analogous to how ` prefix + ! ` breaks current pane to a new window.
31
+ - ` prefix + ctrl-@ ` - promote current window into a new session.
31
32
- ` prefix + t<secondary-key> ` - join currently marked pane (` prefix + m ` ) to current session/window, and switch to it
32
33
- secondary-keys
33
34
- ` h ` , ` - ` , ` " ` : join horizontally
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ number_of_windows() {
17
17
}
18
18
19
19
create_new_session () {
20
- TMUX=" " tmux -S " $( tmux_socket) " new-session -c " $WINDOW_CURRENT_PATH " -s " se- $CURRENT_WINDOW_NAME " -d -P -F " #{session_name}"
20
+ TMUX=" " tmux -S " $( tmux_socket) " new-session -c " $WINDOW_CURRENT_PATH " -s " $CURRENT_WINDOW_NAME " -d -P -F " #{session_name}"
21
21
}
22
22
23
23
new_session_window_id () {
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ main() {
115
115
set_alternate_session_binding
116
116
set_new_session_binding
117
117
set_promote_pane_binding
118
- set_promote_window_binding
118
+ set_promote_window_binding
119
119
set_join_pane_binding
120
120
set_kill_session_binding
121
121
}
You can’t perform that action at this time.
0 commit comments