u
This commit is contained in:
38
dots/lf/lfrc
38
dots/lf/lfrc
@@ -26,19 +26,31 @@ 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
|
||||||
# --------------------
|
# --------------------
|
||||||
|
|
||||||
map <delete> trash # use '<delete>' key for 'trash'
|
map <delete> trash # use '<delete>' key for 'trash'
|
||||||
map <enter> shell # use enter for shell commands
|
map <enter> shell # use enter for shell commands
|
||||||
map ` !true # show the result of execution of previous commands
|
map ` !true # show the result of execution of previous commands
|
||||||
map a :push %mkdir<space> # mkdir command. See wiki if you want it to select created dir
|
map a :push %mkdir<space> # mkdir command. See wiki if you want it to select created dir
|
||||||
map b dragon
|
map b dragon
|
||||||
map o &mimeopen $f # dedicated keys for file opener actions
|
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
|
|
||||||
|
|||||||
Reference in New Issue
Block a user