diff --git a/.tmux.conf b/.tmux.conf index 21d43ee..a1e7379 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -57,6 +57,7 @@ bind-key P 'capture-pane' \; capture-pane -S - \; save-buffer /tmp/tmux \; delet bind-key -n C-\\ copy-mode \; send -X search-backward " % "\; send -X search-again bind -n M-g display-popup -h '90%' -w '90%' -b rounded -d '#{pane_current_path}' -E "gitui" bind -n M-e display-popup -h '60%' -w '80%' -b rounded -d '#{pane_current_path}' -E "~/bin/nvim-edit-fzf" +bind -n M-m display-popup -h '90%' -w '90%' -b rounded -d '#{pane_current_path}' -E "bazel test ... --color=yes | bat --paging=always" setw -g window-status-format "" setw -g window-status-current-format ""