Created
October 20, 2021 10:47
-
-
Save vprusa/395c96eaf612468ff53bcfa283c075f6 to your computer and use it in GitHub Desktop.
taskell custom binding ; ~/.config/taskell/bindings.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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