This commit is contained in:
Rene Schallner
2021-11-27 07:38:10 +01:00
parent 097bd4797f
commit faa11c125d
2 changed files with 2 additions and 2 deletions

View File

@@ -541,7 +541,7 @@ However, here are some suggestions:
" inoremap [[ <ESC>:lua require('telekasten').insert_link()<CR>
" alternatively: leader [
inoremap <leader>[ <ESC>:lua require('telekasten').insert_link()<CR>
inoremap <leader>zt :lua require('telekasten').toggle_todo()<CR>
inoremap <leader>zt <ESC>:lua require('telekasten').toggle_todo()<CR>
" the following are for syntax-coloring [[links]] and ==highlighted text==
" (see the section about coloring in README.md)