This commit is contained in:
committer
2024-05-27 20:00:01 -05:00
parent 366645c6d3
commit 03408f26fe

View File

@@ -26,6 +26,13 @@ set scrolloff 10
# Use the `dim` attribute instead of underline for the cursor in the preview pane # Use the `dim` attribute instead of underline for the cursor in the preview pane
set cursorpreviewfmt "\033[7;2m" set cursorpreviewfmt "\033[7;2m"
# ctpv
# https://github.com/NikitaIvanovV/ctpv
set previewer ctpv
set cleaner ctpvclear
&ctpv -s $id
&ctpvquit $id
# -------------------- # --------------------
# map # map
# -------------------- # --------------------
@@ -39,6 +46,11 @@ map o &mimeopen $f # dedicated keys for file opener actions
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
cmd cda :cd /home/poq/syncDir/antijantepodden # change dir
cmd cdd :cd /home/poq/syncDir/0_downloads
cmd cdg :cd /home/poq/syncDir/gitRepos
cmd cdh :cd /home/poq
cmd cds :cd /home/poq/syncDir
# -------------------- # --------------------
# cmd # cmd
@@ -97,21 +109,7 @@ cmd zip ''${{
rm -rf $1 rm -rf $1
}} }}
# ctpv
# https://github.com/NikitaIvanovV/ctpv
set previewer ctpv
set cleaner ctpvclear
&ctpv -s $id
&ctpvquit $id
# dragon # dragon
cmd dragon %dragon-drop --all --and-exit "$fx" cmd dragon %dragon-drop --all --and-exit "$fx"
cmd dragon-stay %dragon-drop --all "$fx" cmd dragon-stay %dragon-drop --all "$fx"
cmd dragon-individual %dragon-drop "$fx" cmd dragon-individual %dragon-drop "$fx"
# change dir
cmd cda :cd /home/poq/syncDir/antijantepodden
cmd cdd :cd /home/poq/syncDir/0_downloads
cmd cdg :cd /home/poq/syncDir/gitRepos
cmd cdh :cd /home/poq
cmd cds :cd /home/poq/syncDir