mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-18 01:24:01 +05:30
Yazi improvements
This commit is contained in:
parent
6cd7c65863
commit
1476305c98
1 changed files with 33 additions and 0 deletions
|
@ -13,8 +13,41 @@ in {
|
|||
programs.yazi = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
theme.icon = {
|
||||
dirs = [
|
||||
{ name = ".config"; text = ""; }
|
||||
{ name = ".git"; text = ""; }
|
||||
{ name = ".github"; text = ""; }
|
||||
{ name = ".npm"; text = ""; }
|
||||
{ name = "Desktop"; text = ""; }
|
||||
{ name = "Development"; text = ""; }
|
||||
{ name = "Documents"; text = ""; }
|
||||
{ name = "Downloads"; text = ""; }
|
||||
{ name = "Library"; text = ""; }
|
||||
{ name = "Movies"; text = ""; }
|
||||
{ name = "Music"; text = ""; }
|
||||
{ name = "Pictures"; text = ""; }
|
||||
{ name = "Public"; text = ""; }
|
||||
{ name = "Videos"; text = ""; }
|
||||
{ name = "nixos"; text = ""; }
|
||||
{ name = "Archive"; text = ""; }
|
||||
{ name = "Media"; text = ""; }
|
||||
{ name = "Podcasts"; text = ""; }
|
||||
{ name = "Drive"; text = ""; }
|
||||
{ name = "KP"; text = ""; }
|
||||
{ name = "Books"; text = ""; }
|
||||
{ name = "Games"; text = ""; }
|
||||
{ name = "Game Saves"; text = ""; }
|
||||
{ name = "Templates"; text = ""; }
|
||||
{ name = "Notes"; text = ""; }
|
||||
{ name = "Projects"; text = ""; }
|
||||
{ name = "Screenshots"; text = ""; }
|
||||
];
|
||||
};
|
||||
keymap.manager.prepend_keymap =
|
||||
[
|
||||
{ run = "cd ~/Projects"; on = [ "g" "p" ]; desc = "Go to projects"; }
|
||||
{ run = "cd ~/Screenshots"; on = [ "g" "s" ]; desc = "Go to screenshots"; }
|
||||
{ run = "shell ' \"$@\"' --cursor=0 --interactive"; on = [ "@" ]; }
|
||||
{ run = "hidden toggle"; on = [ "<C-h>" ]; }
|
||||
{ run = "yank"; on = [ "y" "y" ]; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue