Remove eww remains, and fully switch to lazygit
This commit is contained in:
parent
a789b7ca25
commit
497511a4e9
8 changed files with 14 additions and 347 deletions
home/features/cli/fish
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue