/ multi-dragon wip
This commit is contained in:
@@ -41,7 +41,7 @@ map <enter> shell # use enter for shell comman
|
|||||||
map <esc> :unselect; clear # clear all selected
|
map <esc> :unselect; clear # clear all selected
|
||||||
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 multi-dragon
|
||||||
map e edit
|
map e edit
|
||||||
map o &xdg-open $f # dedicated keys for file opener actions
|
map o &xdg-open $f # dedicated keys for file opener actions
|
||||||
map x $$f # execute current file (must be executable)
|
map x $$f # execute current file (must be executable)
|
||||||
@@ -129,7 +129,8 @@ 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"
|
||||||
cmd dragin %dragin.sh
|
cmd dragin %dragin.sh
|
||||||
cmd dragon-multi $multiDragon.sh "$fx"
|
cmd multi-dragon $multiDragon.sh "$fx"
|
||||||
|
cmd md :multi-dragon
|
||||||
|
|
||||||
# change dir
|
# change dir
|
||||||
cmd cda :cd /home/poq/syncDir/antijantepodden
|
cmd cda :cd /home/poq/syncDir/antijantepodden
|
||||||
|
|||||||
Reference in New Issue
Block a user