tmux: run bazel test on M-m. works nicely in nvim too a/autochdir enabled
This commit is contained in:
parent
be76e45f95
commit
fa80daa419
1 changed files with 1 additions and 0 deletions
|
@ -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 ""
|
||||
|
|
Loading…
Reference in a new issue