mirror of
https://github.com/Ascyii/telekasten.nvim.git
synced 2026-01-01 06:14:23 -05:00
Merge branch 'main' of github.com:renerocksai/telekasten.nvim into main
This commit is contained in:
@@ -77,7 +77,7 @@ Telekasten.nvim allows you to color your `[[links]]` by providing two syntax gro
|
||||
|
||||
You can assign colors to them like this in your `init.vim`:
|
||||
|
||||
```vimscript
|
||||
```vim
|
||||
" just blue and gray
|
||||
hi tkLink ctermfg=Blue cterm=bold,underline
|
||||
hi tkBrackets ctermfg=gray
|
||||
@@ -186,7 +186,7 @@ date: {{hdate}}
|
||||
## Bind it
|
||||
Usually, you would set up some key bindings, though:
|
||||
|
||||
```vimscript
|
||||
```vim
|
||||
nnoremap <leader>zf :lua require('telekasten').find_notes()<CR>
|
||||
nnoremap <leader>zd :lua require('telekasten').find_daily_notes()<CR>
|
||||
nnoremap <leader>zg :lua require('telekasten').search_notes()<CR>
|
||||
|
||||
Reference in New Issue
Block a user