mirror of
https://github.com/daylinmorgan/tsm.git
synced 2024-11-16 09:18:32 -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`.
|
||||
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
|
||||
bind s display-popup \
|
||||
bind f display-popup \
|
||||
-h 60% -w 60% \
|
||||
-B -e FZF_DEFAULT_OPTS="${FZF_DEFAULT_OPTS} --height=100%" \
|
||||
-E "tsm"
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue