updates
This commit is contained in:
parent
5e65c368e0
commit
5a645c8b91
|
@ -18,3 +18,4 @@ start dunst
|
|||
start dwmblocks
|
||||
start remapd
|
||||
start syncthing --no-browser
|
||||
start lf -server
|
||||
|
|
|
@ -64,11 +64,11 @@ cmd trash ${{
|
|||
cmd rsyncto ${{
|
||||
clear; tput cup $(($(tput lines)/3)); tput bold
|
||||
set -f
|
||||
clear; echo "rsync to where?"
|
||||
clear; echo -n "rsync -azvhP <selected files> "
|
||||
read dest
|
||||
clear
|
||||
for x in $fx; do
|
||||
eval rsync -aAXHv \"$x\" \"$dest\"
|
||||
eval rsync -azvhP \"$x\" \"$dest\"
|
||||
done &&
|
||||
notify-send "File(s) rsynced." "File(s) copies to $dest."
|
||||
}}
|
||||
|
@ -185,8 +185,8 @@ map <c-c>f fzfshortcutfiles
|
|||
map <c-c>d fzfshortcutdirs
|
||||
map <c-c>g fzfgrep
|
||||
map J $dir=$(sed -e 's/\s*#.*//' -e '/^$/d' -e 's/^\S*\s*//' ${XDG_CONFIG_HOME:-$HOME/.config}/shell/bm-dirs | fzf) && lf -remote "send $id cd $(eval echo $dir)"
|
||||
map D trash
|
||||
map <c-d> delete
|
||||
map D delete
|
||||
map <c-d> trash
|
||||
map T $trash-restore $PWD
|
||||
map <c-e> extract
|
||||
map R rsyncto
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit eabf4d81bdbb48773468a3c07dc2f4c462556d53
|
||||
Subproject commit 26e5eef6abf0171c1b6ee1abff83217c28c51073
|
Loading…
Reference in New Issue