tmux: run bazel test on M-m. works nicely in nvim too a/autochdir enabled

This commit is contained in:
Daniel Lundin 2022-07-27 16:34:09 +02:00
parent be76e45f95
commit fa80daa419

View file

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