ncmpcpp: add config, bindings and a script
This commit is contained in:
38
dot_config/ncmpcpp/bindings
Normal file
38
dot_config/ncmpcpp/bindings
Normal 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
|
Reference in New Issue
Block a user