]> git.rmz.io Git - dotfiles.git/commitdiff
ncmpcpp: add bindings (vim-style)
authorSamir Benmendil <samir.benmendil@gmail.com>
Tue, 16 Dec 2014 14:32:23 +0000 (14:32 +0000)
committerSamir Benmendil <samir.benmendil@gmail.com>
Tue, 16 Dec 2014 14:32:23 +0000 (14:32 +0000)
ncmpcpp/bindings [new file with mode: 0644]

diff --git a/ncmpcpp/bindings b/ncmpcpp/bindings
new file mode 100644 (file)
index 0000000..14878a7
--- /dev/null
@@ -0,0 +1,75 @@
+# don't quit
+def_key "q"
+  dummy
+
+def_key "ctrl_c"
+  quit
+
+def_key "k"
+  scroll_up
+
+def_key "K"
+  move_sort_order_up
+
+def_key "K"
+  move_selected_items_up
+
+def_key "j"
+  scroll_down
+
+def_key "J"
+  move_sort_order_down
+
+def_key "J"
+  move_selected_items_down
+
+def_key "l"
+  next_column
+
+def_key "l"
+  slave_screen
+
+def_key "l"
+  volume_up
+
+def_key "h"
+  previous_column
+
+def_key "h"
+  master_screen
+
+def_key "h"
+  volume_down
+
+def_key "!"
+  show_playlist
+
+def_key "@"
+  show_browser
+
+def_key "@"
+  change_browse_mode
+
+def_key "#"
+  show_search_engine
+
+def_key "#"
+  reset_search_engine
+
+def_key "$"
+  show_media_library
+
+def_key "$"
+  toggle_media_library_columns_mode
+
+def_key "%"
+  show_playlist_editor
+
+def_key "^"
+  show_tag_editor
+
+def_key "&"
+  show_outputs
+
+def_key "*"
+  show_visualizer