added vim bindings for movement in ncmpcpp

This commit is contained in:
2025-03-16 20:34:17 +05:00
parent 882cc4a569
commit 07f81b4d57

8
.config/ncmpcpp/bindings Normal file
View 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