fixed pushall script + update
[dotfiles.git] / .config / taskell / bindings.ini
1 # general
2 quit = q
3 undo = u
4 redo = r
5 search = /
6 help = ?
7 due = !
8
9 # navigation
10 previous = k
11 next = j
12 left = h
13 right = l
14 bottom = G
15 top = g
16
17 # new tasks
18 new = a
19 newAbove = O
20 newBelow = o
21 duplicate = +
22
23 # editing tasks
24 edit = e, A, i
25 clear = C
26 delete = D
27 detail = <Enter>
28 dueDate = @
29 clearDate = <Backspace>
30
31 # moving tasks
32 moveUp = K
33 moveDown = J
34 # move to top of previous list
35 moveLeftTop = ˙
36 # move to top of next list
37 moveRightTop = ¬
38 # move to bottom of previous list
39 moveLeftBottom = H
40 # move to bottom of next list
41 moveRightBottom = L
42 # move to bottom of last list
43 complete = <Space>
44 # select a list to move to
45 moveMenu = m
46
47 # lists
48 listNew = N
49 listEdit = E
50 listRight = >
51 listLeft = <