diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2019-05-15 20:20:52 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2019-05-15 20:21:07 +0100 |
commit | cd4e467751e732d6008d752de2ee104b80ce4014 (patch) | |
tree | 87642645e0ac59395b0888cf96918179742eb71f | |
parent | 9228fead48b96598d4e0223e5fa0d1516fb96b73 (diff) | |
download | rtmux-cd4e467751e732d6008d752de2ee104b80ce4014.tar.gz rtmux-cd4e467751e732d6008d752de2ee104b80ce4014.tar.bz2 rtmux-cd4e467751e732d6008d752de2ee104b80ce4014.zip |
Kill tmux for logs.
-rw-r--r-- | .github/ISSUE_TEMPLATE.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 68c29530..8d2b9d29 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -13,4 +13,4 @@ Please provide the following information: * tmux version (`tmux -V`). * Platform (`uname -sp`). * $TERM inside and outside of tmux (`echo $TERM`). -* Logs from tmux (`tmux -vv new`). +* Logs from tmux (`tmux kill-server; tmux -vv new`). |