[tmux] Add launcher based on current directory for lookmarks

This commit is contained in:
Sebastian Schulze 2022-07-28 08:16:19 +02:00
parent c321dbf49f
commit b398da1cf5
No known key found for this signature in database
GPG Key ID: F6BA63C6A7D3044E
1 changed files with 1 additions and 0 deletions

View File

@ -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