From 4f46e4f1ba42e87e57d056d152fd71eec8d45102 Mon Sep 17 00:00:00 2001 From: olimorris Date: Mon, 27 Feb 2023 23:40:32 +0000 Subject: [PATCH] chore: update bug_report --- .github/ISSUE_TEMPLATE/bug_report.yaml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 9b5388c..d451690 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -59,7 +59,15 @@ body: nvim --clean -u minimal.lua ``` - Open some buffers and save the session with `SessionSave` and load with `SessionLoad`. + Open some buffers and save the session with: + ```sh + :SessionSave + ``` + + Then re-open neovim and load the session with: + ```sh + :SessionLoad + ``` - type: textarea id: persisted-config