This commit is contained in:
committer
2024-05-31 21:43:05 -05:00
parent be80885e9d
commit c6632d91ca

View File

@@ -47,9 +47,6 @@ map o &mimeopen $f # dedicated keys for file op
map O $mimeopen --ask $f map O $mimeopen --ask $f
map x $$f # execute current file (must be executable) map x $$f # execute current file (must be executable)
map X !$f map X !$f
map yp ${{ # copy fullpath
echo -n $fx | xclip -selection clipboard
}}
# -------------------- # --------------------
# cmd # cmd
@@ -132,3 +129,6 @@ cmd cds :cd /home/poq/syncDir
# misc # misc
cmd edit $helix "$fx" cmd edit $helix "$fx"
cmd yank-path ''${{
echo -n $fx | xclip -selection clipboard
}}