copy files to denote directory

This commit is contained in:
2026-02-28 15:02:09 +01:00
parent 4fb6e977ff
commit dfc15def2b
3 changed files with 29 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ function denote#commands#load()
command -nargs=1 -complete=custom,denote#completion#tags DenoteByTag call denote#notes#bytag(<q-args>) | lcl | lopen
command -nargs=+ DenoteGrep call denote#notes#grep(<q-args>) | lcl | lopen
command -nargs=1 DenoteNew call denote#notes#new(<q-args>)
command -nargs=1 -complete=file DenoteCopy call denote#notes#copy(<q-args>)
" Register auto commands
autocmd BufReadPost quickfix call denote#ft#qf()