Skip to content

Commit c93971b

Browse files
authored
docs: Update README (#25)
* docs: Update README * wordsmithing
1 parent 0aac94d commit c93971b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@ Add to your `.tmux.conf`:
1818

1919
```bash
2020
set-hook -g server-start "run-shell 'tbdmd start'"
21-
set-hook -g server-exit "run-shell 'tbdmd stop'"
2221
```
2322

23+
Note that `session-closed` hook is currently broken in tmux 3.5a and doesn't get triggered as expected. Therefore, `tbdmd` automatically shuts down when it detects the tmux session no longer exists.
24+
2425
### 2. Configure vim
2526

2627
Add to your `.vimrc` or `init.vim`:

0 commit comments

Comments
 (0)