mirror of
https://github.com/daylinmorgan/tsm.git
synced 2024-12-22 13:10:43 -06:00
docs: update README/tmux settings
This commit is contained in:
parent
bd7fe44ce2
commit
dfdfe64345
1 changed files with 2 additions and 3 deletions
|
@ -26,12 +26,11 @@ export TSM_DIRS="$HOME/projects/personal:$HOME/projects/work"
|
||||||
```
|
```
|
||||||
|
|
||||||
To make full use of `tsm` you should also add a new key binding to your `tmux.conf`.
|
To make full use of `tsm` you should also add a new key binding to your `tmux.conf`.
|
||||||
For example you can bind the s key to show a popup with `tsm`:
|
For example you can bind the f key to show a popup with `tsm`:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
bind s display-popup \
|
bind f display-popup \
|
||||||
-h 60% -w 60% \
|
-h 60% -w 60% \
|
||||||
-B -e FZF_DEFAULT_OPTS="${FZF_DEFAULT_OPTS} --height=100%" \
|
|
||||||
-E "tsm"
|
-E "tsm"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue