Add some vi-inspired ncmpcpp bindings :)
This commit is contained in:
parent
5ddee2b78c
commit
b3238f3e78
1 changed files with 18 additions and 0 deletions
|
@ -160,17 +160,27 @@
|
||||||
#def_key "up"
|
#def_key "up"
|
||||||
# scroll_up
|
# scroll_up
|
||||||
#
|
#
|
||||||
|
def_key "k"
|
||||||
|
scroll_up
|
||||||
#def_key "shift-up"
|
#def_key "shift-up"
|
||||||
# select_item
|
# select_item
|
||||||
# scroll_up
|
# scroll_up
|
||||||
#
|
#
|
||||||
|
def_key "K"
|
||||||
|
select_item
|
||||||
|
scroll_up
|
||||||
#def_key "down"
|
#def_key "down"
|
||||||
# scroll_down
|
# scroll_down
|
||||||
#
|
#
|
||||||
|
def_key "j"
|
||||||
|
scroll_down
|
||||||
#def_key "shift-down"
|
#def_key "shift-down"
|
||||||
# select_item
|
# select_item
|
||||||
# scroll_down
|
# scroll_down
|
||||||
#
|
#
|
||||||
|
def_key "J"
|
||||||
|
select_item
|
||||||
|
scroll_down
|
||||||
#def_key "["
|
#def_key "["
|
||||||
# scroll_up_album
|
# scroll_up_album
|
||||||
#
|
#
|
||||||
|
@ -231,9 +241,13 @@
|
||||||
#def_key "right"
|
#def_key "right"
|
||||||
# next_column
|
# next_column
|
||||||
#
|
#
|
||||||
|
def_key "l"
|
||||||
|
next_column
|
||||||
#def_key "right"
|
#def_key "right"
|
||||||
# slave_screen
|
# slave_screen
|
||||||
#
|
#
|
||||||
|
def_key "l"
|
||||||
|
slave_screen
|
||||||
#def_key "right"
|
#def_key "right"
|
||||||
# volume_up
|
# volume_up
|
||||||
#
|
#
|
||||||
|
@ -243,9 +257,13 @@
|
||||||
#def_key "left"
|
#def_key "left"
|
||||||
# previous_column
|
# previous_column
|
||||||
#
|
#
|
||||||
|
def_key "h"
|
||||||
|
previous_column
|
||||||
#def_key "left"
|
#def_key "left"
|
||||||
# master_screen
|
# master_screen
|
||||||
#
|
#
|
||||||
|
def_key "h"
|
||||||
|
master_screen
|
||||||
#def_key "left"
|
#def_key "left"
|
||||||
# volume_down
|
# volume_down
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue