aboutsummaryrefslogtreecommitdiff
path: root/.config/ncmpcpp/bindings
blob: 5231ff8acaf77aaa0eb8199b6a5a1b595b81ce20 (plain) (blame)
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
#
# Navigation
#

# Left
def_key "h"
	previous_column
def_key "h"
	jump_to_parent_directory

# Down
def_key "j"
	scroll_down
def_key "ctrl-d"
	page_down
def_key "g"
	move_home

# Up
def_key "k"
	scroll_up
def_key "ctrl-u"
	page_up
def_key "G"
	move_end

# Right
def_key "l"
	next_column
def_key "l"
	enter_directory
def_key "l"
	play_item


#
# Search
#

def_key "/"
	find_item_forward
def_key "?"
	find_item_backward

def_key "n"
	next_found_item
def_key "N"
	previous_found_item


#
# Other
#

def_key "="
	volume_up