]> git.rmz.io Git - dotfiles.git/blobdiff - ncmpcpp/bindings
ncmpcpp: I'm really not getting this one right am I?
[dotfiles.git] / ncmpcpp / bindings
index 14878a769a29618f1979f34e752fb362e76195b2..085bbd5ddbc484c32db73d616ed8384418e141ff 100644 (file)
@@ -2,7 +2,7 @@
 def_key "q"
   dummy
 
-def_key "ctrl_c"
+def_key "ctrl-c"
   quit
 
 def_key "k"
@@ -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
 
@@ -73,3 +79,25 @@ def_key "&"
 
 def_key "*"
   show_visualizer
+
+def_key "c"
+  clear_main_playlist
+
+def_key "C"
+  crop_main_playlist
+
+def_key "n"
+  next_found_item
+
+def_key "N"
+  previous_found_item
+
+def_key "v"
+  select_item
+  scroll_down
+
+def_key "V"
+  remove_selection
+
+def_key "ctrl-v"
+  reverse_selection