From 4cd41a0570af7c0d98ccdb5daa0654c980d372a7 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Mon, 8 Jun 2020 15:24:59 +0300 Subject: ncmpcpp bindings are more vimlike --- .ncmpcpp/bindings | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) (limited to '.ncmpcpp') diff --git a/.ncmpcpp/bindings b/.ncmpcpp/bindings index ab21cbf..b7271e9 100644 --- a/.ncmpcpp/bindings +++ b/.ncmpcpp/bindings @@ -1,9 +1,21 @@ -############################################################## -## This is the example bindings file. Copy it to ## -## ~/.ncmpcpp/bindings or $XDG_CONFIG_HOME/ncmpcpp/bindings ## -## and set up your preferences ## -############################################################## -## +# https://gist.github.com/Soft/959188 +def_key "j" + scroll_down +def_key "k" + scroll_up +def_key "h" + previous_column +def_key "l" + next_column +def_key "n" + next_found_item +def_key "N" + previous_found_item +def_key "g" + move_home +def_key "G" + move_end + ##### General rules ##### ## ## 1) Because each action has runtime checks whether it's -- cgit v1.2.3-70-g09d2