You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,10 @@
4
4
5
5
A tmux like sessionizer for Wezterm that was inspired by [ThePrimeagen's tmux-sessionizer](https://github.com/ThePrimeagen/.dotfiles/blob/master/bin/.local/scripts/tmux-sessionizer)
6
6
7
+
The sessionizer allows for opening of windows/sessions based on the passed in
8
+
directories, as well as fast and intuative switching between active
9
+
workspaces/sessions
10
+
7
11
## Setup
8
12
9
13
An example configuration calling the plugin
@@ -55,6 +59,9 @@ local projects = {
55
59
To display the sessionizer all you have to do is press the key combination of
56
60
`LEADER` + `f`
57
61
62
+
To display the active windows/sessions all you have to do is press the key
63
+
combination of `LEADER` + `s`
64
+
58
65
## Change keybinding
59
66
60
67
To change the keybinding from the default (`LEADER` + `f`):
0 commit comments