diff --git a/dot_tmux.conf b/dot_tmux.conf index 6e1ca16..13600da 100644 --- a/dot_tmux.conf +++ b/dot_tmux.conf @@ -9,6 +9,7 @@ bind s split-window -v bind v split-window -h bind l list-sessions bind enter display-popup -E "tmux list-sessions | sed -E 's/:.*$//' | grep -v \"^$(tmux display-message -p '#S')\$\" | fzf --reverse | xargs tmux switch-client -t" +bind b display-popup -E "lookmarks | grep $(basename $(pwd)) | fzf --reverse | xargs ~/bin/lookmarks" bind h select-pane -L bind j select-pane -D