added vim bindings for movement in ncmpcpp
This commit is contained in:
8
.config/ncmpcpp/bindings
Normal file
8
.config/ncmpcpp/bindings
Normal file
@ -0,0 +1,8 @@
|
||||
def_key "l"
|
||||
next_column
|
||||
def_key "h"
|
||||
previous_column
|
||||
def_key "k"
|
||||
scroll_up
|
||||
def_key "j"
|
||||
scroll_down
|
||||
Reference in New Issue
Block a user