9 lines
154 B
Text
9 lines
154 B
Text
# Push local changes to origin
|
|
bind status P !git p
|
|
|
|
# Delete file
|
|
bind status D !@?rm %(file)
|
|
|
|
# Copy commit id
|
|
bind generic I <!sh -c "echo %(commit)"
|
|
|