From 57adb20aa4321f2ac1a12d744279e643e60dd129 Mon Sep 17 00:00:00 2001 From: Scott McKendry <39483124+scottmckendry@users.noreply.github.com> Date: Mon, 24 Jun 2024 06:32:55 +1200 Subject: [PATCH] docs: add key map table --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 56436af..5e3a681 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,13 @@ Lua: require("telescope").extensions.resession.resession() ``` +**Prompt Key Maps:** + +| Mode | Key Mapping | Description | +| -------------- | ----------- | --------------------------- | +| Normal, Insert | `` | Load the selected session | +| Normal, Insert | `` | Delete the selected session | + ## 🎨 Customization ```lua