mirror of
https://github.com/Ascyii/telekasten.nvim.git
synced 2026-01-01 06:14:23 -05:00
u r + h
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user