2024-01-19 10:15:05 +01:00
|
|
|
set line-graphics = utf-8
|
|
|
|
|
|
2021-04-07 15:49:51 +02:00
|
|
|
# Push local changes to origin
|
|
|
|
|
bind status P !git p
|
|
|
|
|
|
|
|
|
|
# Delete file
|
2021-04-29 11:24:59 +02:00
|
|
|
bind status D !@?rm %(file)
|
2021-04-07 15:49:51 +02:00
|
|
|
|
2022-03-29 12:09:46 +02:00
|
|
|
# Copy commit id
|
|
|
|
|
bind generic I <!sh -c "echo %(commit)"
|
|
|
|
|
|
2023-06-05 12:14:50 +02:00
|
|
|
bind generic F maximize
|