Skip to content

Commit 6051bc2

Browse files
committed
docs(about tmux): Highlighting fixes
1 parent 9e4708a commit 6051bc2

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

docs/about_tmux.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ If **compiling from source**, the dependencies are
239239

240240
### Start a new session
241241

242-
```bash
242+
```console
243243
$ tmux
244244
```
245245

@@ -281,7 +281,7 @@ press `o`.
281281

282282
Sessions can be _named upon creation_.
283283

284-
```bash
284+
```console
285285
$ tmux new-session [-s session-name]
286286
```
287287

@@ -301,7 +301,7 @@ Short cut ``Prefix`` + ``$``
301301

302302
Windows can be _named upon creation_.
303303

304-
```bash
304+
```console
305305
$ tmux new-window [-n window-name]
306306
```
307307

@@ -335,25 +335,25 @@ Short cut ``Prefix`` + ``c``
335335

336336
By number
337337

338-
```bash
338+
```console
339339
$ tmux select-window
340340
```
341341

342342
Next
343343

344-
```bash
344+
```console
345345
$ tmux next-window
346346
```
347347

348348
Previous
349349

350-
```bash
350+
```console
351351
$ tmux previous-window
352352
```
353353

354354
Last-window
355355

356-
```bash
356+
```console
357357
$ tmux last-window
358358
```
359359

@@ -370,13 +370,13 @@ $ tmux last-window
370370

371371
Move window
372372

373-
```bash
373+
```console
374374
$ tmux move-window [-t dst-window]
375375
```
376376

377377
Swap the window
378378

379-
```bash
379+
```console
380380
$ tmux swap-window [-t dst-window]
381381
```
382382

@@ -386,7 +386,7 @@ $ tmux swap-window [-t dst-window]
386386

387387
### Move panes
388388

389-
```bash
389+
```console
390390
$ tmux move-pane [-t dst-pane]
391391
```
392392

@@ -400,11 +400,11 @@ $ tmux move-pane [-t dst-pane]
400400

401401
Shortcut to move between panes.
402402

403-
```bash
403+
```console
404404
$ tmux last-window
405405
```
406406

407-
```bash
407+
```console
408408
$ tmux next-window
409409
```
410410

@@ -423,7 +423,7 @@ Recipe: tmux conf to `hjkl` commands, add this to your `~/.tmux.conf`:
423423

424424
### Kill window
425425

426-
```bash
426+
```console
427427
$ tmux kill-window [-t target-window]
428428
```
429429

@@ -433,7 +433,7 @@ $ tmux kill-window [-t target-window]
433433

434434
### Kill pane
435435

436-
```bash
436+
```console
437437
$ tmux kill-pane [-t target-pane]
438438
```
439439

@@ -443,7 +443,7 @@ $ tmux kill-pane [-t target-pane]
443443

444444
### Splitting windows into panes
445445

446-
```bash
446+
```console
447447
$ tmux split-window [-c start-directory] <shell-command>
448448
```
449449

@@ -577,7 +577,7 @@ Source: tmux manpage[1].
577577

578578
To get the text documentation of a `.1` manual file:
579579

580-
```bash
580+
```console
581581
$ nroff -mdoc tmux.1|less
582582
```
583583

0 commit comments

Comments
 (0)