u
This commit is contained in:
@@ -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
|
||||||
|
}}
|
||||||
|
|||||||
Reference in New Issue
Block a user