10 lines
178 B
Text
10 lines
178 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)"
|
|
|
|
bind generic F maximize
|