From 1349e399410805127c9698c11e315763034b8c1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Sun, 21 Oct 2018 05:10:04 +0200 Subject: Add keyboard shortcut d for deletion As in vi(1). --- nncmpp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/nncmpp.c b/nncmpp.c index 44199b8..2178e43 100644 --- a/nncmpp.c +++ b/nncmpp.c @@ -2002,6 +2002,7 @@ g_normal_defaults[] = // Not sure how to set these up, they're pretty arbitrary so far { "Enter", ACTION_CHOOSE }, { "Delete", ACTION_DELETE }, + { "d", ACTION_DELETE }, { "Backspace", ACTION_UP }, { "v", ACTION_MULTISELECT }, { "/", ACTION_MPD_SEARCH }, -- cgit v1.2.3