dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

bindings.ini (752B)


      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 # move to top of last list
     45 completeToTop = T
     46 # select a list to move to
     47 moveMenu = m
     48 
     49 # lists
     50 listNew = N
     51 listEdit = E
     52 listDelete = X
     53 listRight = >
     54 listLeft = <