Implement initial selection link creation
This commit is contained in:
parent
7c6882ac16
commit
2310f4a2d0
4 changed files with 75 additions and 3 deletions
|
|
@ -13,6 +13,10 @@ augroup Zettelkasten
|
|||
autocmd!
|
||||
augroup END
|
||||
|
||||
command! ZKOpen lua require('zettelkasten').open_link()
|
||||
|
||||
command! -range ZKCreate lua require('zettelkasten').create_link()
|
||||
|
||||
" example plug mappings
|
||||
" nnoremap <Plug>Zettel_Link :call zettelkasten#zettel_link()<cr>
|
||||
nnoremap <Plug>zettel_link_open :lua require 'zettelkasten'.open_link()<cr>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue