ncmpcpp: Add better selection bindings

This commit is contained in:
Alex Palaistras 2023-01-25 12:18:25 +00:00
parent 5fa50a8e48
commit ff8a403c13
1 changed files with 7 additions and 0 deletions

View File

@ -8,6 +8,13 @@ def_key "k"
def_key "l"
next_column
def_key "v"
select_item
def_key "V"
select_range
def_key "ctrl-v"
remove_selection
def_key "ctrl-u"
page_up
def_key "ctrl-d"