From 8fdeec1a4379664193c80f04aed7ee31d0820678 Mon Sep 17 00:00:00 2001 From: Sonny Bakker Date: Sun, 9 Feb 2025 20:49:27 +0100 Subject: [PATCH] Remove duplicate keybinds & add search keybind --- templates/mpd/ncmpcpp/bindings.j2 | 36 ++----------------------------- 1 file changed, 2 insertions(+), 34 deletions(-) diff --git a/templates/mpd/ncmpcpp/bindings.j2 b/templates/mpd/ncmpcpp/bindings.j2 index b6b2d7d..92e0d45 100644 --- a/templates/mpd/ncmpcpp/bindings.j2 +++ b/templates/mpd/ncmpcpp/bindings.j2 @@ -1,6 +1,6 @@ # {{ ansible_managed }} -# custom bindings +# enabled bindings def_key "a" add_item_to_playlist @@ -137,6 +137,7 @@ def_key "u" update_database def_key "/" + find_item_forward find def_key "q" @@ -151,9 +152,6 @@ def_key "c" def_key "C" clear_playlist -def_key "/" - find - # default dummy bindings def_key "mouse" @@ -177,12 +175,6 @@ def_key "insert" def_key "space" dummy -def_key "space" - dummy - -def_key "space" - dummy - def_key "right" dummy @@ -210,18 +202,6 @@ def_key "ctrl-h" def_key "backspace" dummy -def_key "backspace" - dummy - -def_key "backspace" - dummy - -def_key "y" - dummy - -def_key "y" - dummy - def_key "y" dummy @@ -252,12 +232,6 @@ def_key "X" def_key "ctrl-s" dummy -def_key "ctrl-s" - dummy - -def_key "ctrl-s" - dummy - def_key "ctrl-r" dummy @@ -351,11 +325,5 @@ def_key "ctrl-l" def_key "`" dummy -def_key "`" - dummy - -def_key "`" - dummy - def_key "ctrl-p" dummy