This commit is contained in:
Matt Nish-Lapidus 2025-05-14 18:18:28 -04:00
parent 36a8b8ab96
commit e1029017cf
3 changed files with 9 additions and 9 deletions

View file

@ -74,8 +74,8 @@
{ on = "!"; run = "shell '$SHELL' --block"; desc = "Open shell here"; }
{ on = ["c" "d"]; run = "shell 'ripdrag \"$@\" -x 2>/dev/null &' --confirm"; desc = "Drag selection";}
{ on = ["c" "c"]; run = "yank"; desc = "Copy file"; }
{ on = "y"; run = ["shell 'for path in \"$@\"; do echo \"file://$path\"; done | wl-copy -t text/uri-list'\n" "yank"]; }
{ on = ["c" "y"]; run = "yank"; desc = "Copy file (yank)"; }
{ on = "y"; run = ["shell 'for path in \"$@\"; do echo \"file://$path\"; done | wl-copy -t text/uri-list'\n" "yank"]; desc = "Yank selected files (copy)"; }
{ on = ["g" "r"]; run = "shell 'ya emit cd \"$(git rev-parse --show-toplevel)\"'\n"; desc = "Go to top of git repo"; }
{ on = ["g" "p"]; run = "cd ~/Projects"; desc = "Go to ~/Projects"; }

View file

@ -7,7 +7,7 @@ sep_left = { open = "", close = "" }
sep_right = { open = "", close = "" }
[tabs]
active = { bg = "blue", bold = true }
inactive = { fg = "blue", bg = "#282C34" }
sep_inner = { open = "", close = "" }
sep_outer = { open = "", close = "" }
active = { fg = "blue", bg = "#282C34" }
inactive = { fg = "#666666", bg = "#111111", dim = true }
sep_inner = { open = " ", close = " " }
sep_outer = { open = " ", close = " " }