summaryrefslogtreecommitdiffstats
path: root/.ncmpcpp/bindings
diff options
context:
space:
mode:
authorYigit Sever2020-09-28 17:07:56 +0300
committerYigit Sever2020-09-28 17:07:56 +0300
commitbafc6b238f31f48c61f2c2dc7b051b8fc381417f (patch)
treed973ebd8ec572319b13b5660c1495016009d64c8 /.ncmpcpp/bindings
parent00957c61f3255ba2af340cf1e02c1de0b18c9146 (diff)
downloaddotfiles-bafc6b238f31f48c61f2c2dc7b051b8fc381417f.tar.gz
dotfiles-bafc6b238f31f48c61f2c2dc7b051b8fc381417f.tar.bz2
dotfiles-bafc6b238f31f48c61f2c2dc7b051b8fc381417f.zip
fix overridden ncmpcpp bindings
Diffstat (limited to '.ncmpcpp/bindings')
-rw-r--r--.ncmpcpp/bindings4
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
8def_key "l" 8def_key "l"
9 next_column 9 next_column
10def_key "L"
11 show_lyrics
10def_key "n" 12def_key "n"
11 next_found_item 13 next_found_item
12def_key "N" 14def_key "N"
13 previous_found_item 15 previous_found_item
16def_key "."
17 move_selected_items_down
14def_key "g" 18def_key "g"
15 move_home 19 move_home
16def_key "G" 20def_key "G"