mirror of
https://github.com/Ascyii/telekasten.nvim.git
synced 2026-01-01 06:14:23 -05:00
Update README.md
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`:
|
You can assign colors to them like this in your `init.vim`:
|
||||||
|
|
||||||
```vimscript
|
```vim
|
||||||
" just blue and gray
|
" just blue and gray
|
||||||
hi tkLink ctermfg=Blue cterm=bold,underline
|
hi tkLink ctermfg=Blue cterm=bold,underline
|
||||||
hi tkBrackets ctermfg=gray
|
hi tkBrackets ctermfg=gray
|
||||||
@@ -185,7 +185,7 @@ date: {{hdate}}
|
|||||||
## Bind it
|
## Bind it
|
||||||
Usually, you would set up some key bindings, though:
|
Usually, you would set up some key bindings, though:
|
||||||
|
|
||||||
```vimscript
|
```vim
|
||||||
nnoremap <leader>zf :lua require('telekasten').find_notes()<CR>
|
nnoremap <leader>zf :lua require('telekasten').find_notes()<CR>
|
||||||
nnoremap <leader>zd :lua require('telekasten').find_daily_notes()<CR>
|
nnoremap <leader>zd :lua require('telekasten').find_daily_notes()<CR>
|
||||||
nnoremap <leader>zg :lua require('telekasten').search_notes()<CR>
|
nnoremap <leader>zg :lua require('telekasten').search_notes()<CR>
|
||||||
|
|||||||
Reference in New Issue
Block a user