From c35e34de4c6f40bed803b02f4b2f2f1eb0c4d890 Mon Sep 17 00:00:00 2001 From: Rene Schallner <30892199+renerocksai@users.noreply.github.com> Date: Mon, 22 Nov 2021 02:54:10 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a0b236f..bbbb07a 100644 --- a/README.md +++ b/README.md @@ -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 @@ -185,7 +185,7 @@ date: {{hdate}} ## Bind it Usually, you would set up some key bindings, though: -```vimscript +```vim nnoremap zf :lua require('telekasten').find_notes() nnoremap zd :lua require('telekasten').find_daily_notes() nnoremap zg :lua require('telekasten').search_notes()