Skip to content

Instantly share code, notes, and snippets.

@vprusa
Created October 20, 2021 10:47
Show Gist options
  • Save vprusa/395c96eaf612468ff53bcfa283c075f6 to your computer and use it in GitHub Desktop.
Save vprusa/395c96eaf612468ff53bcfa283c075f6 to your computer and use it in GitHub Desktop.
taskell custom binding ; ~/.config/taskell/bindings.ini
# https://github.com/smallhadroncollider/taskell , https://github.com/vprusa/taskell
# general
quit = q
undo = u
redo = r
search = /
help = ?
due = !
# navigation
previous = j
next = k
left = h
right = l
bottom = G
top = g
# new tasks
new = a
newAbove = O
newBelow = o
duplicate = +
# editing tasks
edit = e, A, i
clear = C
# dekete = remove
delete = R
detail = <Enter>
dueDate = @
clearDate = <Backspace>
# moving tasks
moveUp = J
moveDown = K
# move to top of previous list
moveLeftTop = U
# move to top of next list
moveRightTop = D
# move to bottom of previous list
moveLeftBottom = H
# move to bottom of next list
moveRightBottom = L
# move to bottom of last list
complete = <Space>
# select a list to move to
moveMenu = m
# lists
listNew = N
listEdit = E
listDelete = X
listRight = >
listLeft = <
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment