summaryrefslogtreecommitdiff
path: root/ncmpcpp/.ncmpcpp/bindings
blob: 7758f519eb1cf10adf4bda1f6f420d800de72327 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
def_key "?"
    show_help

def_key "t"
    find
def_key "t"
    find_item_forward

def_key "j"
    scroll_down
def_key "k"
    scroll_up

def_key "ctrl-b"
    page_up
def_key "ctrl-f"
    page_down

def_key "h"
    previous_column
def_key "l"
    next_column

def_key "."
    show_lyrics

def_key "n"
    next_found_item
def_key "N"
    previous_found_item

def_key "J"
    move_sort_order_down
def_key "K"
    move_sort_order_up