docs: add key map table
parent
9506a5b7d5
commit
57adb20aa4
|
|
@ -69,6 +69,13 @@ Lua:
|
|||
require("telescope").extensions.resession.resession()
|
||||
```
|
||||
|
||||
**Prompt Key Maps:**
|
||||
|
||||
| Mode | Key Mapping | Description |
|
||||
| -------------- | ----------- | --------------------------- |
|
||||
| Normal, Insert | `<CR>` | Load the selected session |
|
||||
| Normal, Insert | `<C-d>` | Delete the selected session |
|
||||
|
||||
## 🎨 Customization
|
||||
|
||||
```lua
|
||||
|
|
|
|||
Loading…
Reference in New Issue