diff options
| author | Akshay Nair <phenax5@gmail.com> | 2026-06-12 00:40:39 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2026-06-12 00:47:18 +0530 |
| commit | 8828075fa3a25f37ec79507c0cf5179b76f35948 (patch) | |
| tree | 86646a646f423343b016f5d353d8384802e8b8b0 /example-config.toml | |
| parent | ed728dfdf33ad58113b7dd7b4402d3b15dca91d8 (diff) | |
| download | daffm-8828075fa3a25f37ec79507c0cf5179b76f35948.tar.gz daffm-8828075fa3a25f37ec79507c0cf5179b76f35948.zip | |
Add init path substitution
Diffstat (limited to 'example-config.toml')
| -rw-r--r-- | example-config.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/example-config.toml b/example-config.toml index 93d8ada..96372ca 100644 --- a/example-config.toml +++ b/example-config.toml @@ -50,6 +50,7 @@ echo "$files" | sed 's|^|file://|' | xclip -selection clipboard -t text/uri-list """ # Mark directories +"<space>0" = "cd %0" "m1" = """eval echo "<daffm>map <space>1 cd %d" """ "m2" = """eval echo "<daffm>map <space>2 cd %d" """ "m3" = """eval echo "<daffm>map <space>3 cd %d" """ |
