From b3ad114a1636b20785a51be173a1ac17ebc54d1f Mon Sep 17 00:00:00 2001 From: Rene Schallner Date: Fri, 10 Dec 2021 05:35:49 +0100 Subject: [PATCH] u r + h --- BACKLOG.md | 1 + README.md | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/BACKLOG.md b/BACKLOG.md index 136bc83..bbc0df5 100644 --- a/BACKLOG.md +++ b/BACKLOG.md @@ -13,6 +13,7 @@ - [ ] yt video ## Dones +- [x] Telekasten command with completion, command palette - [x] follow #tags - [x] syntax for tags, incl. plenary filetype - for proper display, needed to define 'telekasten' syntax diff --git a/README.md b/README.md index 71ce8b4..d8b240c 100644 --- a/README.md +++ b/README.md @@ -386,12 +386,14 @@ the list for a more detailed description: - `preview_img` : preview image under the cursor - `browse_media` : Browse images / media files +The Telekasten command supports sub-command completion, in my case by pressing TAB. + ### 2.1 Telekasten command palette With `:Telekasten panel` or `:lua require('telekasten').panel()` you can bring up the command palette, which is a telescope search through all Telekasten commands. -This is super useful for your keyboard mappins: suppose all your telekasten mappings start with `z`. Like +This is super useful for your keyboard mappings: suppose all your telekasten mappings start with `z`. Like in the following example: ```vim