12 lines
205 B
Text
12 lines
205 B
Text
set line-graphics = utf-8
|
|
|
|
# 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
|