mirror of
https://github.com/zadam/trilium.git
synced 2025-06-05 09:28:45 +02:00
ctrl+. shortcut for scroll to current note which also allows to switch quickly to tree from editor
This commit is contained in:
parent
eee06a4b90
commit
125012cba7
@ -650,6 +650,8 @@ const noteTree = (function() {
|
||||
createNote(node, node.data.note_id, 'into', node.data.is_protected);
|
||||
});
|
||||
|
||||
$(document).bind('keydown', 'ctrl+.', scrollToCurrentNote);
|
||||
|
||||
return {
|
||||
reload,
|
||||
collapseTree,
|
||||
|
Loading…
x
Reference in New Issue
Block a user