Skip to content

Commit 4c40269

Browse files
committed
use lower case tmux
1 parent 4ca5fe8 commit 4c40269

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/misc/mac-and-tmux-config.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Mac and TMUX Config
1+
# Mac and tmux Config
22

33
Some configurations I always struggle with when things are misconfigured and suddenly not working as expected (e.g. when installing a new Mac or after a Mac upgrade).
44

@@ -18,11 +18,11 @@ I want to jump words with `Option + ←` and `Option + →`, respectively. Confi
1818
| `option + Left` (`⌥←`) | Send Escape Sequence | `b` |
1919
| `option + Right` (`⌥→`) | Send Escape Sequence | `f` |
2020

21-
## TMUX
21+
## tmux
2222

2323
### Resize Pane Shortcut
2424

25-
I want to resize tmux panes with the Shortcut `[TMUX Shortcut - Ctrl-b] + Ctrl + ←`, `[TMUX Shortcut - Ctrl-b] + Ctrl + →`, `[TMUX Shortcut - Ctrl-b] + Ctrl + ↑` and `[TMUX Shortcut - Ctrl-b] + Ctrl + ↓`.
25+
I want to resize tmux panes with the Shortcut `[tmux Shortcut - Ctrl-b] + Ctrl + ←`, `[tmux Shortcut - Ctrl-b] + Ctrl + →`, `[tmux Shortcut - Ctrl-b] + Ctrl + ↑` and `[tmux Shortcut - Ctrl-b] + Ctrl + ↓`.
2626

2727
By default, this should be configured in the tmux config already. You can verify it with
2828

0 commit comments

Comments
 (0)