Skip to content

Commit

Permalink
refine doc
Browse files Browse the repository at this point in the history
  • Loading branch information
charlietag committed Nov 24, 2019
1 parent 37639bc commit a1494c3
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,15 @@ Status bar hide (off)<br/>
Here are all available options with their default values:

```bash
@split-statusbar-mode 'on' # [ on | off]
@split-statusbar-bindkey '-n F11' # [ M-s | -n F11 | ... ]
# bindkey for toggle statusbar-mode
# define yourself just like bind-key, default: M-s
@split-statusbar-mode 'on' # [ on | off]

@split-statusbar-bindkey '-n F11' # [ M-s | -n F11 | ... ]
# bindkey for toggle statusbar-mode
# define yourself just like bind-key, default: M-s

set -g @split-status-hide-bindkey '-n F12' # [ M-d | -n F12 | ... ]
# bindkey for status-left / status-right hiding
# define yourself just like bind-key, default: M-d
```

Don't forget to reload tmux environment (`$ tmux source-file ~/.tmux.conf`)
Expand Down

0 comments on commit a1494c3

Please sign in to comment.