ncmpcpp: add config, bindings and a script

This commit is contained in:
inkch
2024-01-19 22:47:59 +09:00
parent 7602ff75b4
commit 730f20af52
3 changed files with 106 additions and 0 deletions

View File

@ -0,0 +1,38 @@
##############################################################
## My `ncmpcpp` keybindings. This file should be in ##
## ~/.ncmpcpp/bindings or $XDG_CONFIG_HOME/ncmpcpp/bindings ##
## ##
## For more information, see example file ##
## -> /usr/share/doc/ncmpcpp/bindings ##
##############################################################
#
# vim-like bindings
def_key "l"
next_column
def_key "h"
previous_column
def_key "j"
scroll_down
def_key "k"
scroll_up
def_key "."
seek_forward
def_key ","
seek_backward
def_key ">"
next
def_key "<"
previous
def_key "ctrl-l"
seek_forward
def_key "ctrl-h"
seek_backward
def_key "ctrl-p"
volume_up
def_key "ctrl-n"
volume_down
def_key ";"
show_lyrics