u
This commit is contained in:
@@ -37,7 +37,7 @@ set cleaner ctpvclear
|
||||
# map
|
||||
# --------------------
|
||||
map <delete> trash-confirm # use '<delete>' key for 'trash'
|
||||
map <c-delete> trash
|
||||
map <c-delete> trash # control + delete - for no confirm - you have control
|
||||
map <enter> shell # use enter for shell commands
|
||||
map <esc> :unselect; clear # clear all selected
|
||||
map ` !true # show the result of execution of previous commands
|
||||
@@ -65,7 +65,6 @@ map X !$f
|
||||
# esac
|
||||
# }}
|
||||
|
||||
|
||||
cmd open ${{
|
||||
|
||||
case "$f" in
|
||||
@@ -119,7 +118,7 @@ cmd recol %{{
|
||||
cmd trash %tp.sh "$fx"
|
||||
|
||||
cmd trash-confirm ${{
|
||||
echo 'delete? [y/n]'
|
||||
echo 'delete "$fx"? [y/n]'
|
||||
read ans
|
||||
[ $ans = 'y' ] && trash %tp.sh "$fx" || echo 'cancelled'
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user