fix nvim-tmux navigation inside distrobox

This commit is contained in:
Alexander Navarro 2024-11-13 13:06:15 -03:00
parent 42e6595b60
commit 6df1940eb8
Signed by untrusted user who does not match committer: anavarro
GPG key ID: 6426043E9FA3E3B5
6 changed files with 64 additions and 150 deletions

View file

@ -188,7 +188,7 @@ TMUX_FZF_LAUNCH_KEY="w"
TMUX_FZF_OPTIONS="-p -w 80% -h 60% -m"
# Tmux Management
bind-key "f" run-shell "~/.local/share/chezmoi/scripts/fzf-tmux-sessions"
bind-key "f" run-shell "~/Repos/Private/dots/scripts/fzf-tmux-sessions"
bind-key "F" run-shell -b "$HOME/.config/tmux/plugins/tmux-fzf/scripts/session.sh switch"
# bind-key "F" run-shell -b "$HOME/.config/tmux/plugins/tmux-fzf/scripts/window.sh switch"