summaryrefslogtreecommitdiff
path: root/.config/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 /.config/yazi
parent3c71645d355910b6998e97a1efca6f5a7c7608bc (diff)
reorganize directories, so everything in .config
Diffstat (limited to '.config/yazi')
-rw-r--r--.config/yazi/keymap.toml9
-rw-r--r--.config/yazi/yazi.toml2
2 files changed, 11 insertions, 0 deletions
diff --git a/.config/yazi/keymap.toml b/.config/yazi/keymap.toml
new file mode 100644
index 0000000..f275171
--- /dev/null
+++ b/.config/yazi/keymap.toml
@@ -0,0 +1,9 @@
+[[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/.config/yazi/yazi.toml b/.config/yazi/yazi.toml
new file mode 100644
index 0000000..7f1fde1
--- /dev/null
+++ b/.config/yazi/yazi.toml
@@ -0,0 +1,2 @@
+[mgr]
+show_hidden = true