dotfiles/.config/nfm/config.ini

14 lines
261 B
INI
Raw Normal View History

2023-07-07 12:44:04 +02:00
[main]
opener = xdg-open;
shell = /usr/bin/fish -c;
theme = catppuccin-mocha;
show-hidden = true;
mouse-support = true;
[keybinds]
C-h = toggle-hidden-files;
2023-07-08 19:40:38 +02:00
; = open-cmd(%c | less -r);
2023-07-17 18:35:35 +02:00
r = open-cmd(mv %f %f);
c = open-cmd(cp -r %f );
2023-07-21 20:28:21 +02:00
d = open-cmd(rm -rf %f);