From 46ecd1911f47d3498fc45e179b7c4df454153bfa Mon Sep 17 00:00:00 2001 From: Daniel Mathiot Date: Sat, 23 Oct 2021 20:49:24 +0200 Subject: [PATCH] (core.gtd.ui) Add nowait for gtd-display keybinds Former-commit-id: c512e9a2b18d16ed9bbb771861043536b46385ca --- lua/neorg/modules/core/keybinds/default_keybinds.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lua/neorg/modules/core/keybinds/default_keybinds.lua b/lua/neorg/modules/core/keybinds/default_keybinds.lua index a4ae38a4f..839dc8780 100644 --- a/lua/neorg/modules/core/keybinds/default_keybinds.lua +++ b/lua/neorg/modules/core/keybinds/default_keybinds.lua @@ -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