zettel highlights

This commit is contained in:
Christian Nieves
2022-12-22 00:42:50 +00:00
parent 3e6eebee6a
commit b6611be94e
3 changed files with 8 additions and 0 deletions

View File

@ -1,2 +1,3 @@
private
handlePackageIntent
for/!

View File

@ -32,5 +32,12 @@ nnoremap <leader>zr :lua require('telekasten').rename_note()<CR>
" on hesitation, bring up the panel
nnoremap <leader>z :lua require('telekasten').panel()<CR>
" colors
hi tklink ctermfg=72 guifg=#689d6a cterm=bold,underline gui=bold,underline
hi tkBrackets ctermfg=gray guifg=gray
hi tkTagSep ctermfg=gray guifg=gray
hi tkTag ctermfg=175 guifg=#d3869B
]])
-- autocmd FileType markdown vnoremap <Enter> :norm ysiw\]ysa\]\] lua require('telekasten').follow_link()<CR>