summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.ncmpcpp/bindings24
1 files changed, 18 insertions, 6 deletions
diff --git a/.ncmpcpp/bindings b/.ncmpcpp/bindings
index ab21cbf..b7271e9 100644
--- a/.ncmpcpp/bindings
+++ b/.ncmpcpp/bindings
@@ -1,9 +1,21 @@
1############################################################## 1# https://gist.github.com/Soft/959188
2## This is the example bindings file. Copy it to ## 2def_key "j"
3## ~/.ncmpcpp/bindings or $XDG_CONFIG_HOME/ncmpcpp/bindings ## 3 scroll_down
4## and set up your preferences ## 4def_key "k"
5############################################################## 5 scroll_up
6## 6def_key "h"
7 previous_column
8def_key "l"
9 next_column
10def_key "n"
11 next_found_item
12def_key "N"
13 previous_found_item
14def_key "g"
15 move_home
16def_key "G"
17 move_end
18
7##### General rules ##### 19##### General rules #####
8## 20##
9## 1) Because each action has runtime checks whether it's 21## 1) Because each action has runtime checks whether it's