diff options
Diffstat (limited to 'stow')
-rw-r--r-- | stow/tmux/.tmux.conf | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/stow/tmux/.tmux.conf b/stow/tmux/.tmux.conf index ba210ec..5749196 100644 --- a/stow/tmux/.tmux.conf +++ b/stow/tmux/.tmux.conf @@ -45,8 +45,11 @@ bind -Tcopy-mode-vi Enter send -X copy-pipe "tmux save-buffer - | xp" # clock mode is over written by sessionist bind C-t clock-mode # Use fzf for switching sessions -unbind s -bind s run-shell '~/.tmux/scripts/tmux_session_fzf' +# There is something wrong with fzf-tmux and tmux 3.2 and hasn't been fixed yet +# https://github.com/junegunn/fzf/pull/2379 +# But I need tmux 3.2 because 3.2-rc was randomly crashing so no fzf-tmux for now +# unbind s +# bind s run-shell '~/.tmux/scripts/tmux_session_fzf' # Renumber the windows bind C-w run-shell "~/.tmux/scripts/window_renum" |