1
0
Fork 0

shortcut changes

This commit is contained in:
Luca Bilke 2022-10-27 09:36:14 +02:00
parent 182bb8f4ee
commit 44ee57204d
2 changed files with 2 additions and 1 deletions

View file

@ -169,7 +169,7 @@ map J $dir=$(sed -e 's/\s*#.*//' -e '/^$/d' -e 's/^\S*\s*//' ${XDG_CONFIG_HOME:-
map D trash map D trash
map <c-d> delete map <c-d> delete
map T $trash-restore $PWD map T $trash-restore $PWD
map E extract map <c-e> extract
map R rsyncto map R rsyncto
map P link map P link
map S share map S share

View file

@ -7,6 +7,7 @@ map gsc cd "/home/luca/.local/bin"
map gmn cd "/mnt" map gmn cd "/mnt"
map gdl cd "/home/luca/Downloads" map gdl cd "/home/luca/Downloads"
map gdm cd "/home/luca/Documents" map gdm cd "/home/luca/Documents"
map gco cd "/home/luca/Documents/Code"
map gms cd "/home/luca/Music" map gms cd "/home/luca/Music"
map gpc cd "/home/luca/Pictures" map gpc cd "/home/luca/Pictures"
map gvd cd "/home/luca/Videos" map gvd cd "/home/luca/Videos"