mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-11-10 20:11:55 +01:00
12 lines
236 B
INI
12 lines
236 B
INI
[main]
|
|
opener = xdg-open;
|
|
shell = /usr/bin/fish -c;
|
|
theme = catppuccin-mocha;
|
|
show-hidden = true;
|
|
mouse-support = true;
|
|
|
|
[keybinds]
|
|
C-h = toggle-hidden-files;
|
|
; = open-cmd(%c | less -r);
|
|
r = open-cmd(mv %f %f);
|
|
c = open-cmd(cp -r %f );
|