Skip to content

Commit 544d580

Browse files
committed
Fix typo in tmux TIL
1 parent 6fad82d commit 544d580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tmux/display-titles-for-each-pane-in-a-window.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Hit `<prefix>:` to issue the following command to `tmux`:
2121
Or issue the command from one of your pane's terminal prompts:
2222

2323
```
24-
$ tmxu set pane-border-status top
24+
$ tmux set pane-border-status top
2525
```
2626

2727
Either way, it will replace the top border line with text telling you the pane

0 commit comments

Comments
 (0)