Skip to content

Commit

Permalink
(core.gtd.ui) Add nowait for gtd-display keybinds
Browse files Browse the repository at this point in the history
Former-commit-id: c512e9a
  • Loading branch information
danymat committed Oct 23, 2021
1 parent 0a50253 commit 46ecd19
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lua/neorg/modules/core/keybinds/default_keybinds.lua
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ module.public = {
{ "e", "core.gtd.ui.edit_task" },
{ "d", "core.gtd.ui.details" },
},
}, {
silent = true,
noremap = true,
nowait = true,
})

-- Apply the below keys to all modes
Expand Down

0 comments on commit 46ecd19

Please sign in to comment.