mirror of
https://gitea.zaclys.com/yannic/dotfiles.git
synced 2026-05-23 19:37:28 +02:00
13 lines
205 B
Plaintext
13 lines
205 B
Plaintext
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
|