Skip to content

Commit

Permalink
UPD kb/tmux: disable status bar
Browse files Browse the repository at this point in the history
  • Loading branch information
Mamut3D committed Nov 17, 2022
1 parent f1dbc5b commit 3e1e785
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions ansible/roles/tmux/templates/.tmux.conf.j2
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
set -g status off
bind h select-pane -L
bind j select-pane -D
bind k select-pane -U
Expand Down
6 changes: 6 additions & 0 deletions docs/content/kb/tmux.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ title = "Tmux"
bind l select-pane -R
```

- configure Tmux to hide status bar by default
```console
$ cat ~/.tmux.conf
set -g status off
```

## Tmux tips

- hide/show status bar (useful on small screens :-))
Expand Down

0 comments on commit 3e1e785

Please sign in to comment.