AutoYADM commit: 2025-03-13 16:00:06
This commit is contained in:
parent
ce3f0e9c5d
commit
436813ee12
3 changed files with 55 additions and 1 deletions
|
@ -88,7 +88,6 @@ C-f = "jump_forward"
|
|||
# a = "append_mode_same_line"
|
||||
tab = "trim_selections"
|
||||
C-k = "signature_help"
|
||||
C-g = [":new", ":insert-output lazygit", ":buffer-close!", ":redraw"]
|
||||
"\\" = ":format"
|
||||
"+" = ":reflow"
|
||||
ret = "goto_word"
|
||||
|
@ -132,6 +131,14 @@ A-l = "move_prev_sub_word_start"
|
|||
C-d = ["page_cursor_half_down", "align_view_center"]
|
||||
C-u = ["page_cursor_half_up", "align_view_center"]
|
||||
|
||||
# git stuff
|
||||
[keys.normal.space.g]
|
||||
# blame
|
||||
b = ":sh git -C $(dirname $(realpath %{buffer_name})) blame -L %{cursor_line},%{cursor_line} $(realpath %{buffer_name})"
|
||||
# lazygit
|
||||
g = [":new", ":insert-output lazygit", ":buffer-close!", ":redraw"]
|
||||
o = ":sh ~/.config/helix/scripts/get_git_provider_url.fish %{buffer_name} %{cursor_line} | wl-copy"
|
||||
|
||||
[keys.normal."["]
|
||||
x = "extend_line_above"
|
||||
[keys.normal.space]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue