Skip to content

Commit

Permalink
refine document
Browse files Browse the repository at this point in the history
  • Loading branch information
charlietag committed Nov 7, 2019
1 parent db89d4c commit f2895d9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,15 @@ after you do this.
# Usage


* Sample config in ~/.tmux.conf
Sample config in ~/.tmux.conf

```bash
set -g @plugin 'charlietag/tmux-split-statusbar'
set -g @split-statusbar-mode 'on' # [ on | off]
set -g @split-statusbar-bindkey '-n F11' # [ M-s | -n F11 ] , this is for toggle statusbar-mode, define yourself just like bind-key
```bash
set -g @plugin 'charlietag/tmux-split-statusbar'
set -g @split-statusbar-mode 'on' # [ on | off]
set -g @split-statusbar-bindkey '-n F11' # [ M-s | -n F11 ] , this is for toggle statusbar-mode, define yourself just like bind-key

```
```

### License
# License

[MIT license](https://opensource.org/licenses/MIT).
[MIT license](https://opensource.org/licenses/MIT)

0 comments on commit f2895d9

Please sign in to comment.