mirror of
https://github.com/Ascyii/telekasten.nvim.git
synced 2026-01-01 06:14:23 -05:00
Fix: Allow disabling <C-n> mapping for note creation in picker (#302)
* Enable config for creation of new note with Ctrl-n * Add `enable_create_new` documentation
This commit is contained in:
@@ -449,6 +449,14 @@ telekasten.setup({opts})
|
||||
|
||||
Default: `nil`
|
||||
Example: `"call jobstart('firefox --new-window {{url}}')"`
|
||||
|
||||
*telekasten.settings.enable_create_new*
|
||||
enable_create_new: ~
|
||||
Flag that determines if creating new notes with <C-n> in enabled when
|
||||
using the `find_notes` picker.
|
||||
|
||||
Default: true
|
||||
|
||||
*telekasten.calendar_opts*
|
||||
-----------------------------------
|
||||
Valid keys for {opts.calendar_opts}
|
||||
|
||||
Reference in New Issue
Block a user