playing with keyboard refinements and temporary fix for yazi starship
This commit is contained in:
parent
3b5ace5e79
commit
2582c1baa7
3 changed files with 9 additions and 3 deletions
|
@ -18,9 +18,15 @@
|
|||
ouch = ouch;
|
||||
rich-preview = rich-preview;
|
||||
mediainfo= mediainfo;
|
||||
starship = starship;
|
||||
smart-filter = smart-filter;
|
||||
|
||||
# starship = pkgs.fetchFromGitHub {
|
||||
# owner = "Rolv-Apneseth";
|
||||
# repo = "starship.yazi";
|
||||
# rev = "HEAD";
|
||||
# sha256 = "sha256-q1G0Y4JAuAv8+zckImzbRvozVn489qiYVGFQbdCxC98=";
|
||||
# };
|
||||
|
||||
open-with-cmd = pkgs.fetchFromGitHub {
|
||||
owner = "Ape";
|
||||
repo = "open-with-cmd.yazi";
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
require("starship"):setup()
|
||||
-- require("starship"):setup()
|
||||
|
||||
require("git"):setup()
|
||||
th.git = th.git or {}
|
||||
|
|
|
@ -174,7 +174,7 @@ ${shared-alias}
|
|||
tab q w e r t y u i o p [ ] \
|
||||
@supesc @a @s @d f g h j k l ; ' ret
|
||||
@sp-lsft z x c v b n m , . / @sp-rsft
|
||||
@supesc lalt @ctrl-ret @spcnav @ctrl-ret ralt)
|
||||
@supesc lalt lctrl @spcnav rctrl ralt)
|
||||
|
||||
(deflayermap (navigation)
|
||||
${basic-nav}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue