diff options
author | Cody Hiar <cody@hiar.ca> | 2021-02-01 13:59:10 -0700 |
---|---|---|
committer | Cody Hiar <cody@hiar.ca> | 2021-02-01 13:59:10 -0700 |
commit | 722b0362df859e6524a26c2120e88be1518d0277 (patch) | |
tree | 836ccbe771193f7a9e711dc5859057716cb130ef /stow | |
parent | 8866483844e64543a652590e2ec9aa40a5bb6ef4 (diff) |
Session select script update
Diffstat (limited to 'stow')
-rw-r--r-- | stow/tmux/.tmux.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stow/tmux/.tmux.conf b/stow/tmux/.tmux.conf index bfe8678..9c9d5bf 100644 --- a/stow/tmux/.tmux.conf +++ b/stow/tmux/.tmux.conf @@ -46,7 +46,7 @@ bind -Tcopy-mode-vi Enter send -X copy-pipe "tmux save-buffer - | xp" bind C-t clock-mode # Use fzf for switching sessions unbind s -bind s run-shell 'tmux_session_fzf_wrapper' +bind s run-shell '~/.tmux/scripts/tmux_session_fzf' # Renumber the windows bind C-w run-shell "~/.tmux/scripts/window_renum" |