This commit is contained in:
Rene Schallner
2021-12-10 05:35:49 +01:00
parent c5fb4f7f28
commit b3ad114a16
2 changed files with 4 additions and 1 deletions

View File

@@ -13,6 +13,7 @@
- [ ] yt video - [ ] yt video
## Dones ## Dones
- [x] Telekasten command with completion, command palette
- [x] follow #tags - [x] follow #tags
- [x] syntax for tags, incl. plenary filetype - [x] syntax for tags, incl. plenary filetype
- for proper display, needed to define 'telekasten' syntax - for proper display, needed to define 'telekasten' syntax

View File

@@ -386,12 +386,14 @@ the list for a more detailed description:
- `preview_img` : preview image under the cursor - `preview_img` : preview image under the cursor
- `browse_media` : Browse images / media files - `browse_media` : Browse images / media files
The Telekasten command supports sub-command completion, in my case by pressing <kbd>TAB</kbd>.
### 2.1 Telekasten command palette ### 2.1 Telekasten command palette
With `:Telekasten panel` or `:lua require('telekasten').panel()` you can bring up the command palette, which is a With `:Telekasten panel` or `:lua require('telekasten').panel()` you can bring up the command palette, which is a
telescope search through all Telekasten commands. telescope search through all Telekasten commands.
This is super useful for your keyboard mappins: suppose all your telekasten mappings start with `<leader>z`. Like This is super useful for your keyboard mappings: suppose all your telekasten mappings start with `<leader>z`. Like
in the following example: in the following example:
```vim ```vim