summaryrefslogtreecommitdiff
path: root/yazi
diff options
context:
space:
mode:
authorseraphim <18ycm9tx@anonaddy.me>2026-08-23 18:07:29 +0700
committerseraphim <18ycm9tx@anonaddy.me>2026-08-23 18:07:29 +0700
commited3e8f6ec6929327ab19e512ffb0d8ece12ed5a8 (patch)
treef1a783af87d29b8d78ce20df5a485f92b8c32d5d /yazi
parent3c71645d355910b6998e97a1efca6f5a7c7608bc (diff)
reorganize directories, so everything in .config
Diffstat (limited to 'yazi')
-rw-r--r--yazi/.config/yazi/keymap.toml9
-rw-r--r--yazi/.config/yazi/yazi.toml2
2 files changed, 0 insertions, 11 deletions
diff --git a/yazi/.config/yazi/keymap.toml b/yazi/.config/yazi/keymap.toml
deleted file mode 100644
index f275171..0000000
--- a/yazi/.config/yazi/keymap.toml
+++ /dev/null
@@ -1,9 +0,0 @@
-[[mgr.prepend_keymap]]
-on = [ "<F2>" ]
-run = 'shell -- dragon -i -T %s'
-desc = "Drag and drop (dragon)"
-
-[[mgr.prepend_keymap]]
-on = "y"
-run = [ 'shell -- for path in %s; do echo "file://$path"; done | wl-copy -t text/uri-list', "yank" ]
-desc = "Copy file URIs to clipboard"
diff --git a/yazi/.config/yazi/yazi.toml b/yazi/.config/yazi/yazi.toml
deleted file mode 100644
index 7f1fde1..0000000
--- a/yazi/.config/yazi/yazi.toml
+++ /dev/null
@@ -1,2 +0,0 @@
-[mgr]
-show_hidden = true