From fa80daa419048efb022f748ecb17d01a1e4ef6b7 Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Wed, 27 Jul 2022 16:34:09 +0200 Subject: [PATCH] tmux: run bazel test on M-m. works nicely in nvim too a/autochdir enabled --- .tmux.conf | 1 + 1 file changed, 1 insertion(+) 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 ""