Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hukl authored Apr 7, 2017
1 parent b17c19b commit 6a67186
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ sh February 6, 2017 HOSTMUX(1)
The following key bindings can be added to your .tmux.conf for even more
convenience.

```
```sh
# This toggles the synchronize-panes feature, or use hostmux -a.
bind-key a set-window-option synchronize-panes
# This allows killing the whole session, or use hostmux -x
Expand All @@ -97,7 +97,7 @@ bind-key X kill-session

## Installing on OS X via Homebrew

```
```sh
brew install hukl/tap/hostmux
```

Expand All @@ -109,7 +109,7 @@ zsh completions.
Find or create an appropriate directory, copy the completion file and if the
directory isn't already in your `$fpath` then add this to your .zshrc:

```
```sh
# Extend Autocomplete Search Path
fpath=(/path/to/your/completions/dir $fpath)
```
Expand Down

0 comments on commit 6a67186

Please sign in to comment.