From 33c5b4d1d0a594ff709f2c56783713c985c05077 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Mon, 13 Mar 2017 00:39:35 +0000 Subject: [PATCH] ncmpcpp: more vim-like bindings --- ncmpcpp/bindings | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) diff --git a/ncmpcpp/bindings b/ncmpcpp/bindings index 1db505b..13cedab 100644 --- a/ncmpcpp/bindings +++ b/ncmpcpp/bindings @@ -41,6 +41,12 @@ def_key "h" def_key "h" volume_down +def_key "g" + move_home + +def_key "G" + move_end + def_key "!" show_playlist @@ -77,11 +83,21 @@ def_key "*" def_key "c" clear_main_playlist -# def_key "c" -# dummy - def_key "C" crop_main_playlist -# def_key "C" -# dummy +def_key "n" + next_found_item + +def_key "N" + previous_found_item + +def_key "v" + select_item + next_item + +def_key "V" + remove_selection + +def_key "ctrl-v" + reverse_selection -- 2.48.1