diff options
| author | Yigit Sever | 2020-11-01 04:16:36 +0300 |
|---|---|---|
| committer | Yigit Sever | 2020-11-01 04:16:36 +0300 |
| commit | 394931d08536f04418174ed10012c75eb9e3c1ed (patch) | |
| tree | 2c00c1aa82da2db6e443e6bf072e47f2dfa0d60b /.config/ncmpcpp/bindings | |
| parent | 50fa20239233118a09bc8996df6abc57f95f26c0 (diff) | |
| download | dotfiles-394931d08536f04418174ed10012c75eb9e3c1ed.tar.gz dotfiles-394931d08536f04418174ed10012c75eb9e3c1ed.tar.bz2 dotfiles-394931d08536f04418174ed10012c75eb9e3c1ed.zip | |
small ncmpcpp changes
Diffstat (limited to '.config/ncmpcpp/bindings')
| -rw-r--r-- | .config/ncmpcpp/bindings | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/.config/ncmpcpp/bindings b/.config/ncmpcpp/bindings index c4099e1..659dd1d 100644 --- a/.config/ncmpcpp/bindings +++ b/.config/ncmpcpp/bindings | |||
| @@ -1,4 +1,5 @@ | |||
| 1 | # https://gist.github.com/Soft/959188 | 1 | # https://gist.github.com/Soft/959188 |
| 2 | |||
| 2 | def_key "j" | 3 | def_key "j" |
| 3 | scroll_down | 4 | scroll_down |
| 4 | def_key "k" | 5 | def_key "k" |
| @@ -7,6 +8,27 @@ def_key "h" | |||
| 7 | previous_column | 8 | previous_column |
| 8 | def_key "l" | 9 | def_key "l" |
| 9 | next_column | 10 | next_column |
| 11 | |||
| 12 | def_key "ctrl-u" | ||
| 13 | page_up | ||
| 14 | #push_characters "kkkkkkkkkkkkkkk" | ||
| 15 | def_key "ctrl-d" | ||
| 16 | page_down | ||
| 17 | #push_characters "jjjjjjjjjjjjjjj" | ||
| 18 | def_key "u" | ||
| 19 | page_up | ||
| 20 | def_key "U" | ||
| 21 | update_database | ||
| 22 | #push_characters "kkkkkkkkkkkkkkk" | ||
| 23 | def_key "d" | ||
| 24 | page_down | ||
| 25 | #push_characters "jjjjjjjjjjjjjjj" | ||
| 26 | |||
| 27 | def_key "s" | ||
| 28 | reset_search_engine | ||
| 29 | def_key "s" | ||
| 30 | show_search_engine | ||
| 31 | |||
| 10 | def_key "L" | 32 | def_key "L" |
| 11 | show_lyrics | 33 | show_lyrics |
| 12 | def_key "n" | 34 | def_key "n" |
