feat: reload key

This commit is contained in:
2026-02-26 14:20:03 +01:00
parent 7a82fe32db
commit 864b678b9e
5 changed files with 43 additions and 8 deletions

View File

@@ -30,3 +30,9 @@ function denote#commands#load()
" nnoremap <silent> <Plug>DenoteBackReferences :DenoteBackReferences<CR>:lclose<CR>:lopen<CR>:resize 20<CR>
let g:denote_commands_loaded = v:true
endfunction
" " Public commands for the denote-list location list
" function denote#commands#loadll()
" command DenoteReload call denote#
" " command -nargs=1 DenoteSetTitle call denote#notes#settitle(<q-args>)
" endfunction