From dfdfe643455c0048bb8f13ac777b87af1a815a58 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Mon, 2 Oct 2023 12:18:43 -0500 Subject: [PATCH] docs: update README/tmux settings --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8d0540d..a0a3ca9 100644 --- a/README.md +++ b/README.md @@ -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" ```