mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-18 17:44:06 +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 = {
|
programs.yazi = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableZshIntegration = 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 =
|
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 = "shell ' \"$@\"' --cursor=0 --interactive"; on = [ "@" ]; }
|
||||||
{ run = "hidden toggle"; on = [ "<C-h>" ]; }
|
{ run = "hidden toggle"; on = [ "<C-h>" ]; }
|
||||||
{ run = "yank"; on = [ "y" "y" ]; }
|
{ run = "yank"; on = [ "y" "y" ]; }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue