39 lines
820 B
Plaintext
39 lines
820 B
Plaintext
|
##############################################################
|
||
|
## 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
|