AutoYADM commit: 2025-02-24 21:35:12

This commit is contained in:
Daniel Fichtinger 2025-02-24 21:35:12 -05:00
parent 0169bc2865
commit 423aa943d1

View file

@ -61,7 +61,7 @@ wrap-indicator = ""
C-k = "signature_help"
[keys.normal]
backspace = "trim_selections"
tab = "trim_selections"
C-k = "signature_help"
C-g = [":new", ":insert-output lazygit", ":buffer-close!", ":redraw"]
"\\" = ":format"
@ -213,6 +213,6 @@ n = "move_line_down"
e = "move_line_up"
l = "goto_last_line"
[keys.normal."_"]
[keys.normal.backspace]
d = "delete_selection_noyank"
c = "change_selection_noyank"