diff options
author | Yigit Sever | 2020-09-28 17:07:56 +0300 |
---|---|---|
committer | Yigit Sever | 2020-09-28 17:07:56 +0300 |
commit | bafc6b238f31f48c61f2c2dc7b051b8fc381417f (patch) | |
tree | d973ebd8ec572319b13b5660c1495016009d64c8 /.ncmpcpp/bindings | |
parent | 00957c61f3255ba2af340cf1e02c1de0b18c9146 (diff) | |
download | dotfiles-bafc6b238f31f48c61f2c2dc7b051b8fc381417f.tar.gz dotfiles-bafc6b238f31f48c61f2c2dc7b051b8fc381417f.tar.bz2 dotfiles-bafc6b238f31f48c61f2c2dc7b051b8fc381417f.zip |
fix overridden ncmpcpp bindings
Diffstat (limited to '.ncmpcpp/bindings')
-rw-r--r-- | .ncmpcpp/bindings | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.ncmpcpp/bindings b/.ncmpcpp/bindings index b7271e9..c4099e1 100644 --- a/.ncmpcpp/bindings +++ b/.ncmpcpp/bindings | |||
@@ -7,10 +7,14 @@ def_key "h" | |||
7 | previous_column | 7 | previous_column |
8 | def_key "l" | 8 | def_key "l" |
9 | next_column | 9 | next_column |
10 | def_key "L" | ||
11 | show_lyrics | ||
10 | def_key "n" | 12 | def_key "n" |
11 | next_found_item | 13 | next_found_item |
12 | def_key "N" | 14 | def_key "N" |
13 | previous_found_item | 15 | previous_found_item |
16 | def_key "." | ||
17 | move_selected_items_down | ||
14 | def_key "g" | 18 | def_key "g" |
15 | move_home | 19 | move_home |
16 | def_key "G" | 20 | def_key "G" |