mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-29 21:10:13 +00:00
add git blame inside helix
This commit is contained in:
@ -169,6 +169,9 @@ in
|
|||||||
":set mouse true"
|
":set mouse true"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# Open git blame in github
|
||||||
|
space.B = ":sh git blame -L %{cursor_line},%{cursor_line} %{buffer_name}";
|
||||||
|
|
||||||
# Open yazi
|
# Open yazi
|
||||||
# https://github.com/sxyazi/yazi/pull/2461
|
# https://github.com/sxyazi/yazi/pull/2461
|
||||||
# Won't work until next Helix release
|
# Won't work until next Helix release
|
||||||
|
Reference in New Issue
Block a user