Open max630 opened 9 years ago
implement interactive TODO editing like in git add -i etc. Commands:
m $to $from
d $line
t $line $what
what
pick
edit
fixup
e $lines
c $line
i $line $what
implement interactive TODO editing like in git add -i etc. Commands:
m $to $from
, where from is single number or range a-b (inclusive) and to is position after before which they should be movedd $line
- delete the linet $line $what
- change action at line towhat
, where what ispick
,edit
,fixup
e $lines
- edit line or range in editor; e without arguments edits allc $line
- edit a comment of this line. Should take current message and consider fixups (pick their messages as comments)i $line $what
- inserts what to line