1
Fork 0

Remove eww remains, and fully switch to lazygit

This commit is contained in:
prescientmoon 2024-02-25 05:51:41 +01:00
parent a789b7ca25
commit 497511a4e9
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4
8 changed files with 14 additions and 347 deletions
home/features/cli/fish

View file

@ -15,8 +15,8 @@ let
"\\e\\[69\\;5u" = "edit_command_buffer";
# C-enter to run command through a pager
"\\e\\[13\\;2u" = "commandline -a ' | $PAGER' && commandline -f execute";
# C-g to open neogit
"\\cg" = "nvim +Neogit";
# C-g to open lazygit
"\\cg" = "lazygit";
};
mkKeybind = key: value: