]> git.rmz.io Git - dotfiles.git/blob - ncmpcpp/bindings
all the smartlam stuff
[dotfiles.git] / ncmpcpp / bindings
1 # don't quit
2 def_key "q"
3 dummy
4
5 def_key "ctrl_c"
6 quit
7
8 def_key "k"
9 scroll_up
10
11 def_key "K"
12 move_sort_order_up
13
14 def_key "K"
15 move_selected_items_up
16
17 def_key "j"
18 scroll_down
19
20 def_key "J"
21 move_sort_order_down
22
23 def_key "J"
24 move_selected_items_down
25
26 def_key "l"
27 next_column
28
29 def_key "l"
30 slave_screen
31
32 def_key "l"
33 volume_up
34
35 def_key "h"
36 previous_column
37
38 def_key "h"
39 master_screen
40
41 def_key "h"
42 volume_down
43
44 def_key "!"
45 show_playlist
46
47 def_key "@"
48 show_browser
49
50 def_key "@"
51 change_browse_mode
52
53 def_key "#"
54 show_search_engine
55
56 def_key "#"
57 reset_search_engine
58
59 def_key "$"
60 show_media_library
61
62 def_key "$"
63 toggle_media_library_columns_mode
64
65 def_key "%"
66 show_playlist_editor
67
68 def_key "^"
69 show_tag_editor
70
71 def_key "&"
72 show_outputs
73
74 def_key "*"
75 show_visualizer
76
77 def_key "c"
78 clear_main_playlist
79
80 # def_key "c"
81 # dummy
82
83 def_key "C"
84 crop_main_playlist
85
86 # def_key "C"
87 # dummy